import { ButtonTone, DialogProps, Placement } from '@sanity/ui'; export declare const POPOVER_FALLBACK_PLACEMENTS: Placement[]; export declare const LEGACY_DIALOG_TO_UI_COLOR: { [key: string]: ButtonTone | undefined; }; export declare const DIALOG_WIDTH_TO_UI_WIDTH: { [key: string]: DialogProps['width']; }; //# sourceMappingURL=constants.d.ts.map