import { ICustomFieldReact } from "@etsoo/react";
/**
 * Label field creator
 * type: label
 * @returns Component
 */
export declare const FieldLabel: ICustomFieldReact<string>;
