export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    const components: undefined;
    namespace props {
        namespace realTime {
            const type: ObjectConstructor;
        }
        namespace startDate {
            const type_1: ObjectConstructor;
            export { type_1 as type };
            function _default(): moment.Moment;
            export { _default as default };
        }
        namespace endDate {
            const type_2: ObjectConstructor;
            export { type_2 as type };
            function _default_1(): moment.Moment;
            export { _default_1 as default };
        }
        namespace reset {
            const type_3: NumberConstructor;
            export { type_3 as type };
            const _default_2: number;
            export { _default_2 as default };
        }
        namespace interval {
            const type_4: NumberConstructor;
            export { type_4 as type };
            const _default_3: number;
            export { _default_3 as default };
        }
        namespace bottom {
            const type_5: NumberConstructor;
            export { type_5 as type };
            const _default_4: number;
            export { _default_4 as default };
        }
        namespace top {
            const type_6: NumberConstructor;
            export { type_6 as type };
            const _default_5: undefined;
            export { _default_5 as default };
        }
    }
    const emits: string[];
    function data(): {
        hours: number;
        paused: boolean;
        animation: undefined;
        resetTime: boolean;
        startTime: number;
        progress: number;
        step: number;
        frequency: number;
        showTimezone: boolean;
        timeZone: number;
        hourOptions: number[];
        offsets: number[];
    };
    namespace computed {
        function dates(): any;
        function computeTotalHours(): any;
        function computeOffsetStartDate(): any;
        function computeOffsetEndDate(): any;
        function computeDate(): (date: any) => string;
        function totalDays(): number;
        function defaultDays(): (() => number) | 7;
        function computedHourWidth(): number;
        function computedLocalTime(): any;
        function computedStep(): (_hr: any) => boolean;
    }
    namespace watch {
        export namespace hours {
            function handler(): void;
        }
        export namespace step {
            function handler(): void;
        }
        export namespace reset_1 {
            function handler(): void;
        }
        export { reset_1 as reset };
    }
    function mounted(): void;
    namespace methods {
        function pause(): void;
        function resume(): void;
        function animateSpeeds(timestamp: any): void;
        function handleJump(hr: any, next: any): false | undefined;
        function handleClickHourText(event: any): void;
        function handleReset(): void;
        function setTimezone(value: any): void;
    }
}
import moment from 'moment';
