import * as React from "react"; import { TextProps } from "react-native"; export declare type DialogTitleProps = TextProps; declare const DialogTitle: React.FC; export default DialogTitle;