import { FC } from 'react'; export interface FieldStaticProps { /** * 自定义 class */ className?: string; /** * native title tip */ title?: string; } export declare const FieldStatic: FC;