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

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