export declare function mdTimepicker($document: any, $window: any, $timeout: any, $compile: any, $exceptionHandler: any, $templateRequest: any): { restrict: string; require: string; transclude: boolean; scope: { selectedTime: string; type: string; name: string; value: string; id: string; hour: string; minutes: string; meridian: string; twentyfourhour: string; messages: string; label: string; groupSize: string; helpText: string; secondaryLabel: string; size: string; nested: string; warning: string; warningMessage: string; }; compile: (tElement: any, tAttrs: any, transclude: any) => { pre: (scope: any, iElement: any, iAttrs: any, ngModel: any) => void; post: (scope: any, iElement: any, iAttrs: any, ngModel: any) => void; }; }; export declare namespace mdTimepicker { var $inject: string[]; }