import { WithStyle } from '@medly-components/utils'; import { FC } from 'react'; import { ModalProps, ModalStaticProps } from './types'; export declare const Modal: FC & WithStyle & ModalStaticProps;