interface OverlayTransitionCSSProps { suffix?: string; placement?: string; minScale?: string | number; minOffset?: string; forChild?: boolean; } declare const getOverlayTransitionCSS: ({ suffix, placement, minScale, minOffset, }?: OverlayTransitionCSSProps) => string; export { OverlayTransitionCSSProps, getOverlayTransitionCSS };