import React from 'react'; import type { SemanticClassFn, SemanticStyleFn } from '../common/use-semantic'; import type { FormSemanticKey } from './form.type'; export interface FormSemanticContextValue { semClass?: SemanticClassFn; semStyle?: SemanticStyleFn; } export declare const FormSemanticContext: React.Context; //# sourceMappingURL=form-semantic-context.d.ts.map