import type { FormTypeRendererProps } from '@canard/schema-form';
export declare const FormLabel: ({ name, path, required }: FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element;
