import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { BackdropProps } from './Backdrop.type'; export declare const initialStyle: (theme: RktaTheme, props: BackdropProps) => SerializedStyles; export declare const align: (theme: RktaTheme, props: BackdropProps) => SerializedStyles; export declare const fadeIn: (theme: RktaTheme, props: BackdropProps) => SerializedStyles; export declare const fadeOut: (theme: RktaTheme, props: BackdropProps) => SerializedStyles; export declare const onClick: SerializedStyles; //# sourceMappingURL=Backdrop.styles.d.ts.map