export declare function mdInput($compile: any, $log: any, $exceptionHandler: any): { restrict: string; scope: { type: string; mdToggle: string; name: string; id: string; toggleSize: string; label: string; groupSize: string; helpText: string; secondaryLabel: string; size: string; nested: string; messages: string; warning: string; warningMessage: string; formly: string; validators: string; asyncValidators: string; labelClass: string; ngShow: string; }; require: string; compile: (tElement: any, tAttrs: any) => { pre: (scope: any, iElement: any, iAttrs: any, formCtrl: any) => any; post: (scope: any, iElement: any, iAttrs: any, formCtrl: any) => void; }; }; export declare namespace mdInput { var $inject: string[]; }