import type { TopbarTab } from '../../../types/schemas/chat/ui.js'; type __VLS_Props = { title: string; creatorName?: string; creatorEmail?: string; creatorImage?: string; updatedAt: string | Date; generatingTitle?: boolean; filesCount?: number; activeTab?: TopbarTab; showOutdatedBadge?: boolean; showUsageTab?: boolean; showDebugOption?: boolean; showDrawerButton?: boolean; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { delete: () => any; rename: () => any; duplicate: () => any; export: () => any; copyLink: () => any; openDrawer: () => any; openOutdatedSettings: () => any; debug: () => any; tabChange: (tab: TopbarTab) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onDelete?: (() => any) | undefined; onRename?: (() => any) | undefined; onDuplicate?: (() => any) | undefined; onExport?: (() => any) | undefined; onCopyLink?: (() => any) | undefined; onOpenDrawer?: (() => any) | undefined; onOpenOutdatedSettings?: (() => any) | undefined; onDebug?: (() => any) | undefined; onTabChange?: ((tab: TopbarTab) => any) | undefined; }>, { showDrawerButton: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;