///
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isPinned: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const SidebarRoot: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isPinned: boolean;
$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, HTMLElement>, {}>;
export declare const SidebarContent: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$collapsedIn: boolean;
$isPinned: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const Footer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLElement>, {}>;