declare const _default: { defaultProps: { modalOverlayStyle: { position: string; left: number; top: number; opacity: number; right: number; bottom: number; }; modalCloseButtonStyle: { position: string; right: number; top: number; zIndex: number; }; modalCloseButtonProps: { size: string; }; modalProps: { width: string; height: string; }; modalBodyProps: { mb: number; px: number; }; modalContentProps: { bg: string; }; modalOverlayProps: { bg: string; }; modalHeaderProps: { pb: number; px: number; }; modalFooterProps: { px: number; pb: number; flexDirection: string; justifyContent: string; flexWrap: string; }; }; sizes: { xs: { _width: string; }; sm: { _width: string; }; md: { _width: string; }; lg: { _width: string; }; xl: { _width: string; }; full: { _width: string; }; }; }; export default _default;