export declare const plugin: { FormGroup: ({ node, depth, path, name, required, Input, errorMessage, }: import("@canard/schema-form").FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element; FormLabel: ({ name, path, required }: import("@canard/schema-form").FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element; FormInput: ({ Input }: import("@canard/schema-form").FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element; FormError: ({ errorMessage }: import("@canard/schema-form").FormTypeRendererProps) => import("react").ReactNode; formTypeInputDefinitions: import("@canard/schema-form").FormTypeInputDefinition[]; };