///
export declare const SidebarTogglerRoot: import("@emotion/styled").StyledComponent & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const SidebarTogglerContent: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;