export interface FieldsTypeItemProps { name: string; contrast?: boolean; } export declare const FieldsTypeItem: import("react").NamedExoticComponent;