import type { Terminal } from '../core/Terminal'; type __VLS_Props = { terminal: Terminal; }; declare function toggle(): void; declare function show(): void; declare function hide(): void; declare function isVisible(): boolean; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, { toggle: typeof toggle; show: typeof show; hide: typeof hide; isVisible: typeof isVisible; visible: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=FileSidebar.vue.d.ts.map