export declare const Modal: (styleProps: any) => string; export declare const ModalContainer: (styleProps: any) => string; export declare const ModalDisclosure: (styleProps: any) => string; export declare const ModalBackdrop: (styleProps: any) => string; export declare const getPlacementAttributes: (styleProps: any) => import("@emotion/utils").SerializedStyles; export declare const getAnimatedAttributes: (opts: any) => (styleProps: any) => import("@emotion/utils").SerializedStyles;