import { Props } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent & Readonly<{}>, { size: number; type: "line" | "circle"; text: string; width: string; activeColor: string; borderRadius: string; textColor: string; textShow: boolean; backgorund: string; padding: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;