///
export interface UiPalette {
publishingStatusBg?: string;
publishingStatusFg?: string;
}
export declare const StyledContentTreeTable: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLTableElement>, never>>;
export declare const StyledContentTreeTableNodeCell: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLTableDataCellElement>, {
$depth?: number | undefined;
}>>;
export declare const StyledContentTreeNodeWedge: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLDivElement>, never>>;
export declare const StyledContentTreeNodeName: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLDivElement>, never>>;
export declare const StyledContentTreeNodePublishingStatus: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, {
$status: string;
}>>;
export declare const StyledSpinner: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLDivElement>, never>>;