import type { Control } from 'react-hook-form'; import type { Messages, MessagesSchema } from '../../types'; interface MessagesTreeProps { path: string; nestingLevel?: number; schema: MessagesSchema; control: Control; defaultValues?: Messages | undefined; hiddenGroups?: string[]; } export declare const MessagesTree: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=MessagesTree.d.ts.map