import type { Ctx } from '@milkdown/kit/ctx'; import { type Ref } from 'vue'; import type { TopBarFeatureConfig } from '.'; type TopBarProps = { ctx: Ctx; version: Ref; config?: TopBarFeatureConfig; }; export declare const TopBar: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export {}; //# sourceMappingURL=component.d.ts.map