import { VuiComponent } from "../core/vui.js";
import { DialogTitleProps } from "./dialog.types.js";
import "../index.js";
//#region src/dialog/dialogTitle.d.ts
/** Shows a title in the Dialog Header. Receives id linked to aria-labelledby on the Dialog for accessibility. */
declare const DialogTitle: VuiComponent<"h4", DialogTitleProps>;
//#endregion
export { DialogTitle, DialogTitle as default };

//# sourceMappingURL=dialogTitle.d.ts.map