/// import { DialogContentProps } from "./types"; declare function DialogContent({ content }: DialogContentProps): JSX.Element; export default DialogContent; //# sourceMappingURL=index.d.ts.map