///
export declare const SidebarRoot: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isFixedWidth?: boolean | undefined;
$collapsedIn: boolean;
}, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const SidebarHeader: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;