import React from "react"; type DialogFooterProps = React.HTMLAttributes; /** * @see 🏷️ {@link DialogFooterProps} * @example * ```jsx * * * * * * * * * * ``` */ declare const DialogFooter: React.ForwardRefExoticComponent>; export { DialogFooter }; export type { DialogFooterProps };