import { FC } from 'react'; import { IEditableTextProps } from '@blueprintjs/core'; import { InputComponentProps } from '@balgamat/react-autoform'; export declare type TitleProps = InputComponentProps & Partial; export declare const Title: FC;