import { DefaultSlots } from '../types'; import { Props, Styles } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly> & Partial; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: DefineComponent any; "click-right": (e: MouseEvent) => any; }, string, PublicProps, Readonly & Readonly<{ "onClick-left"?: ((e: MouseEvent) => any) | undefined; "onClick-right"?: ((e: MouseEvent) => any) | undefined; }>, { title: string; styles: Styles; leftArrow: boolean; leftText: string; rightText: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };