/** * @category layout * @component side-panel */ export declare function MdSidePanelCtrl($state: any): void; export declare namespace MdSidePanelCtrl { var $inject: string[]; } export declare function mdSidepanel(): { restrict: string; controller: string; controllerAs: string; scope: { size: string; }; template: string; transclude: boolean; }; export declare function mdSpHeader(): { require: string; restrict: string; template: string; transclude: boolean; link: (scope: any, element: any, attrs: any, MdSidePanelCtrl: any) => void; }; export declare function mdSpContainer(): { restrict: string; template: string; transclude: boolean; scope: { mdTabindex: string; }; }; export declare function mdSpSection(): { restrict: string; template: string; transclude: boolean; }; export declare function mdSpButtons(): { restrict: string; scope: { showButtons: string; }; template: string; transclude: boolean; };