import { Text } from 'react-native'; import type { ZestUIComponentProps } from '../../types'; /** * A heading that labels the dialog. * Renders a `` with a heading role. */ export declare function DialogTitle(componentProps: DialogTitle.Props): import("react").ReactElement>; export interface DialogTitleProps extends ZestUIComponentProps { } export interface DialogTitleState { } export declare namespace DialogTitle { type Props = DialogTitleProps; type State = DialogTitleState; } //# sourceMappingURL=DialogTitle.d.ts.map