declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    readonly size: {
        readonly type: import('vue').PropType<number | string>;
        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<import('vue').ExtractPropTypes<{
    readonly size: {
        readonly type: import('vue').PropType<number | string>;
        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;
