import { TreeProps } from './Tree.types'; export declare const IconArrowWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledArrow: import("styled-components").StyledComponent>, any, {}, never>; export declare const StyledFolder: import("styled-components").StyledComponent, any, {}, never>; export declare const TitleWrapper: import("styled-components").StyledComponent<"div", any, { fullWidthItemSelection: boolean; arrowPlacement: TreeProps["arrowPlacement"]; singleLine?: boolean; }, never>; export declare const Title: import("styled-components").StyledComponent<"span", any, { singleLine?: boolean; }, never>; export declare const ContentRight: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Line: import("styled-components").StyledComponent<"div", any, { left: number; dropPosition: number; variant: TreeProps["variant"]; }, never>; export declare const base: import("styled-components").FlattenSimpleInterpolation; export declare const SpinnerStyled: import("styled-components").StyledComponent & ((import("react").HTMLAttributes & { width?: never; height?: never; size?: string | number; view?: string; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { width: number; height: number; size?: never; view?: string; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { width: string; height: string; size?: never; view?: string; } & import("react").RefAttributes))>, any, {}, never>; //# sourceMappingURL=Tree.styles.d.ts.map