import { DialogProps } from './types';
declare const Dialog: ({ open, modal, showClose, onClose, title, titleSize, closeBtnSize, titleBold, children, }: DialogProps) => import("react/jsx-runtime").JSX.Element;
export default Dialog;
