import { LayoutService } from './layout'; export declare class SidebarToggleComponent { private layoutService; style: {}; icon: string; constructor(layoutService: LayoutService); onClick(): void; } export declare class SidebarToggleModule { }