/// <reference types="react" />
import type { FormTitleProps } from '../type';
declare const FormTitle: import("react").NamedExoticComponent<FormTitleProps>;
export default FormTitle;
