import type { Tab } from '@scalar/workspace-store/schemas/extensions/workspace';
type __VLS_Props = {
    /** Optional keyboard shortcut number for the tab */
    hotkey?: string;
    /** Whether this tab is currently active */
    active: boolean;
    /** Whether this is the only tab (changes styling to header-like appearance) */
    isSingleTab?: boolean;
    /** The tab data */
    tab: Tab;
};
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    click: () => any;
    close: () => any;
    newTab: () => any;
    copyUrl: () => any;
    closeOtherTabs: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    onClick?: (() => any) | undefined;
    onClose?: (() => any) | undefined;
    onNewTab?: (() => any) | undefined;
    onCopyUrl?: (() => any) | undefined;
    onCloseOtherTabs?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=DesktopTab.vue.d.ts.map