///
import { ModalProps } from './types';
type ModalPanelProps = Pick;
export declare const StyledModalWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & {
$open: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledModal: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
} & ModalPanelProps, {}, {}>;
export {};
//# sourceMappingURL=styled.d.ts.map