import { Ref } from 'vue'; import { EleTooltipInstance, EleTooltipProps } from '../ele-app/plus'; declare function __VLS_template(): { default?(_: {}): any; tools?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; default: string; }; titleStyle: import('vue').PropType; bodyStyle: import('vue').PropType; toolsStyle: import('vue').PropType; titleProps: import('vue').PropType; subtitleProps: import('vue').PropType; }>, { tooltipRef: Ref; showTooltip: (text?: string, el?: HTMLElement, options?: EleTooltipProps) => void; hideTooltip: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; titleStyle: import('vue').PropType; bodyStyle: import('vue').PropType; toolsStyle: import('vue').PropType; titleProps: import('vue').PropType; subtitleProps: import('vue').PropType; }>> & Readonly<{}>, { theme: import('./types').ToolbarTheme; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };