declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { position: { type: import('vue').PropType< | ('top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right') | import('../../types/panel').PanelPosition > required: true } }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly< import('vue').ExtractPropTypes<{ position: { type: import('vue').PropType< | ('top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right') | import('../../types/panel').PanelPosition > required: true } }> >, {}, {} >, { default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots = T & { new (): { $slots: S } }