import type { UserComponentName } from '../../context/context';
import type { ValidationModuleName } from '../../interfaces/iModule';
export declare const USER_COMP_MODULES: Record<UserComponentName, ValidationModuleName>;
