import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class MobileTimePickerComponent {
    value: number;
    options: number[];
    valueChange: EventEmitter<number>;
    valueUp(): void;
    valueDown(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<MobileTimePickerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MobileTimePickerComponent, "cauca-mobile-time-picker", never, { "value": { "alias": "value"; "required": true; }; "options": { "alias": "options"; "required": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
}
//# sourceMappingURL=mobile-time-picker.component.d.ts.map