export declare type VariationPlacement = 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'; export declare type BasePosition = 'top' | 'bottom' | 'left' | 'right'; export declare type BasePlacement = 'start' | 'center' | 'end'; export declare type AutoPlacement = 'auto' | 'auto-start' | 'auto-end'; export declare type ComputedPlacement = VariationPlacement | BasePosition; export declare type Placement = AutoPlacement | BasePosition | VariationPlacement; //# sourceMappingURL=types.d.ts.map