export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    const components: undefined;
    namespace props {
        namespace voyageId {
            const type: StringConstructor;
        }
        namespace token {
            const type_1: StringConstructor;
            export { type_1 as type };
        }
        namespace weights {
            const type_2: ObjectConstructor;
            export { type_2 as type };
            const _default: undefined;
            export { _default as default };
        }
        namespace line {
            const type_3: ObjectConstructor;
            export { type_3 as type };
            const _default_1: undefined;
            export { _default_1 as default };
        }
    }
    const emits: string[];
    function data(): {
        toggle: boolean;
        voyage: undefined;
        leg: undefined;
        bps: undefined;
        activeIndex: string;
        activeTab: string;
        showAlert: boolean;
        alertLoading: boolean;
        alertData: never[];
        cpList: never[];
        helper: any;
    };
    namespace computed {
        function computeWeight(): (tag: any, weight: any) => boolean;
        function computeIconStyle(): (tag: any, type: any) => string;
        function computeLocalTime(): (ts: any, port: any, format?: string) => string;
        function computeUTCTime(): (ts: any, format?: string) => string;
        function computeLat(): (lat: any) => string;
        function computeLng(): (lng: any) => string;
    }
    namespace watch {
        export namespace voyageId_1 {
            function handler(): void;
            const immediate: boolean;
        }
        export { voyageId_1 as voyageId };
    }
    namespace methods {
        function fetchVoyage(): Promise<void>;
        function fetchLine(): Promise<void>;
        function fetchBPS(): Promise<void>;
        function fetchCPList(): Promise<void>;
        function handleToggle(): void;
        function handleSelectTab(value: any): void;
        function handleClose(): void;
        function handleOpenAlert(weights: any): void;
        function handleRouteTo(voyageId: any): void;
    }
}
