import * as React from "react";
export declare const Dialog: React.NamedExoticComponent<Omit<React.ClassAttributes<HTMLDialogElement> & React.DialogHTMLAttributes<HTMLDialogElement> & {
    modal?: boolean;
}, "ref"> & React.RefAttributes<HTMLDialogElement>>;
export declare const DialogFooter: React.FC<React.PropsWithChildren<{}>>;
