export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace token {
            const type: StringConstructor;
        }
        namespace voyage {
            const type_1: ObjectConstructor;
            export { type_1 as type };
            const _default: undefined;
            export { _default as default };
        }
        namespace vesselId {
            const type_2: StringConstructor;
            export { type_2 as type };
            const _default_1: string;
            export { _default_1 as default };
        }
    }
    function data(): {
        listLoading: boolean;
        list: never[];
        marker: undefined;
        realTime: moment.Moment;
    };
    namespace computed {
        function computeLocalTime(): (ts: any, port: any, format?: string) => string;
        function computeUTCTime(): (ts: any) => string;
    }
    namespace watch {
        export namespace vesselId_1 {
            function handler(): void;
            const immediate: boolean;
        }
        export { vesselId_1 as vesselId };
    }
    function mounted(): void;
    namespace methods {
        function fetchList(): void;
        function openReport(url: any): void;
    }
}
import moment from 'moment';
