import { DialogTitle as Component } from './DialogTitle'; export declare const DialogTitle: { readonly name: "DialogTitle"; readonly purpose: "Required accessible name for a DialogContent surface."; readonly example: "\n \n \n Delete workspace?\n This action cannot be undone.\n \n \n"; readonly body: "htmdx"; readonly Component: typeof Component; };