declare const _default: import('vue').DefineComponent; readonly validator: (value: number | string) => value is number | "inherit"; readonly default: "inherit"; }; readonly color: { readonly type: StringConstructor; readonly default: "inherit"; }; readonly name: { readonly type: StringConstructor; readonly required: true; readonly validator: (value: string) => boolean; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly clickable: { readonly type: BooleanConstructor; readonly default: false; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly validator: (value: number | string) => value is number | "inherit"; readonly default: "inherit"; }; readonly color: { readonly type: StringConstructor; readonly default: "inherit"; }; readonly name: { readonly type: StringConstructor; readonly required: true; readonly validator: (value: string) => boolean; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly clickable: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{}>, { readonly size: string | number; readonly color: string; readonly rotate: number; readonly clickable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>; export default _default;