import type { FormTypeRendererProps } from '../../types';
export declare const FormLabelRenderer: ({ name }: FormTypeRendererProps) => string;
