import { DialogProps } from '../Dialog'; type Props = DialogProps & { openDialog: () => void; close: () => void; }; export declare const ResultDialog: ({ openDialog, close, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};