import { type Variation, type Placement } from "../enums";
export default function getVariation(placement: Placement): Variation | null | undefined;
