import { WithStyle } from '@medly-components/utils'; import { DialogBoxProps, DialogBoxStaticProps } from './types'; import type { FC } from 'react'; export declare const DialogBox: FC & WithStyle & DialogBoxStaticProps;