import { Props, styling } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = Props; type __VLS_PublicProps = { modelValue: any; } & __VLS_Props; declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: any) => any; }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: any) => any) | undefined; }>, { styling: styling[keyof styling]; }, {}, {}, {}, string, ComponentProvideOptions, false, { el: HTMLDivElement; }, HTMLDivElement>; export default _default;