import { TreeProps, ConnectLine, TextBox } from '../type'; import { ScrollConfig } from '../../LczColumnTable/type'; interface WrapperProps extends TreeProps { connectLine: ConnectLine; horcroll: ScrollConfig; } export declare const DirectoryTreeWrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; interface SearchWrapperProps { textBox: TextBox; } export declare const SelectWrapper: import("styled-components").StyledComponent<"div", any, SearchWrapperProps, never>; export {};