/// declare class InputKitchenSinkController { messages: { minlength: string; }; inputsModel: { success: string; error: string; warning: string; readOnly: string; disabledWithValue: string; disabledro: string; clearInput: string; }; warning: () => boolean; } export declare class InputKitchenSink implements angular.IComponentOptions { static selector: string; static bindings: {}; static controller: typeof InputKitchenSinkController; static template: string; } export {};