import { IDynamicTreeProps } from './type';
export declare const DynamicTree: ({ data, checkable, onCheck }: IDynamicTreeProps) => import("react").JSX.Element;
