interface Props { fixed?: 'left' | 'right'; } declare var __VLS_0: {}; declare var __VLS_inheritedAttrs: {}; declare const __VLS_refs: {}; declare const __VLS_templateResult: { slots: { default?(_: typeof __VLS_0): any; }; refs: __VLS_PickRefsExpose; attrs: Partial; }; type __VLS_Slots = typeof __VLS_templateResult['slots']; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { fixed: "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_PickRefsExpose = T extends object ? { [K in keyof T]: (T[K] extends any[] ? Parameters[0][] : T[K] extends { expose?: (exposed: infer E) => void; } ? E : T[K]) | null; } : never; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };