import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type DialogTitleProps = HeadlessPropsWithRef; export declare function DialogTitle(props: DialogTitleProps): JSX.Element; //# sourceMappingURL=DialogTitle.d.ts.map