import { PropsWithChildren } from "react"; import { DialogProps } from "./types"; export declare function Dialog(props: PropsWithChildren): JSX.Element; //# sourceMappingURL=index.d.ts.map