import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type AlertDialogTitleProps = HeadlessPropsWithRef; /** * The accessible name of an `AlertDialog`, wired up through `aria-labelledby`. * * Renders an `

` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/alert-dialog.md} */ export declare function AlertDialogTitle(props: AlertDialogTitleProps): JSX.Element; //# sourceMappingURL=AlertDialogTitle.d.ts.map