import React from 'react'; import { RootPropsOmitDraggable } from '../../engines'; import type { TreeProps } from './Tree.types'; /** * Многоуровневый раскрывающийся список в виде дерева. */ export declare const treeRoot: (Root: RootPropsOmitDraggable) => React.ForwardRefExoticComponent>; export declare const treeConfig: { name: string; tag: string; layout: (Root: RootPropsOmitDraggable) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: {}; defaults: { view: string; size: string; }; }; //# sourceMappingURL=Tree.d.ts.map