/// declare class ToggleSwitchKitchenSinkController { model: { toggleChecked1: boolean; toggleDisabledChecked1: boolean; toggleReadonlyChecked1: boolean; }; } export declare class ToggleSwitchKitchenSink implements angular.IComponentOptions { static selector: string; static bindings: {}; static controller: typeof ToggleSwitchKitchenSinkController; static template: string; } export {};