import { PropsWithChildren, ForwardRefExoticComponent, RefAttributes } from 'react';
import { IDynamicDialogProps, IDynamicImperativeProps } from './type';
export declare const DynamicDialog: ForwardRefExoticComponent<IDynamicDialogProps & RefAttributes<PropsWithChildren<IDynamicImperativeProps>>>;
