import { type JSX } from 'react';
export declare const DialogTextInput: (props: Record<string, any>) => JSX.Element;
