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

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