import { RktaElement } from '../Provider/theme'; export declare type Align = { align?: 'center' | 'top' | 'top-left' | 'top-right' | 'right' | 'bottom' | 'bottom-right' | 'bottom-left' | 'left'; }; export declare type BackdropProps = Align & RktaElement & { onClick?(): void; opacity?: number; onFadeOut?(): void; visible?: boolean; }; //# sourceMappingURL=Backdrop.type.d.ts.map