///
interface IconsProps {
iconCount: number;
}
export declare const Icons: import("styled-components").StyledComponentClass & import("react").HTMLAttributes & IconsProps, any, import("react").ClassAttributes & import("react").HTMLAttributes & IconsProps>;
export interface ItemProps {
isDir: boolean;
depth: number;
isCurrent?: boolean;
}
export declare const Item: import("styled-components").StyledComponentClass & import("react").HTMLAttributes & ItemProps, any, import("react").ClassAttributes & import("react").HTMLAttributes & ItemProps>;
export declare const CurrentIndicator: import("styled-components").StyledComponentClass, HTMLSpanElement>, any, import("react").DetailedHTMLProps, HTMLSpanElement>>;
export {};