import type { SplitView } from '.'; declare module 'vue' { interface GlobalComponents { SplitView: typeof SplitView; } } export {};