import { DialogFooter as Component } from './DialogFooter'; export declare const DialogFooter: { readonly name: "DialogFooter"; readonly purpose: "Bottom action section of DialogContent with an optional built-in close button."; readonly example: "\n \n \n Save changes?\n Confirm whether to keep your edits.\n \n \n \n"; readonly body: "htmdx"; readonly props: readonly [{ readonly name: "showCloseButton"; readonly type: "boolean"; readonly default: false; readonly description: "Whether to append an outline close button."; }]; readonly Component: typeof Component; };