///
export declare const StyledFilenameCaption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("..").TypographyProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & string & Omit & import("..").TypographyProps & import("react").RefAttributes>, keyof import("react").Component>;
export declare const StyledTree: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string;
export declare const StyledTreeRowContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & import("..").TypographyProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined;
}, {
/** @deprecated Use $isHighlighted instead */
isHighlighted?: boolean | undefined;
$isHighlighted?: boolean | undefined;
/** @deprecated Use $isSelectable instead */
isSelectable?: boolean | undefined;
$isSelectable?: boolean | undefined;
/** @deprecated Use $isSelected instead */
isSelected?: boolean | undefined;
$isSelected?: boolean | undefined;
}>> & string & Omit & import("..").TypographyProps & import("react").RefAttributes>, keyof import("react").Component>;
export declare const StyledTreeRowContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string;
export declare const StyledTreeRowWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string;
/** @deprecated Use StyledChevronPlaceholder instead */
export declare const StyledChevronContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("..").BoxProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, never>, never>> & string;
export declare const StyledChevronPlaceholder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("..").BoxProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, never>, never>> & string;
export declare const StyledIconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & import("..").BoxProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, never>, {
$isSelected?: boolean | undefined;
}>> & string;
/** @deprecated TreeRowChevron now uses Button with inline styled icon */
export declare const StyledChevron: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & import("react").RefAttributes, "ref"> & {
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject | null | undefined;
}, {
$isExpanded?: boolean | undefined;
}>> & string & Omit & import("react").RefAttributes>, keyof import("react").Component>;