/// <reference types="react" />
import { SidebarPusherProps } from './type';
declare const SidebarPusher: ({ as, className, dimmed, content, children, ...props }: SidebarPusherProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default SidebarPusher;
