export declare const props: { icon: { type: StringConstructor; default: string; }; customPrefix: { type: StringConstructor; default: string; }; color: { type: StringConstructor; default: any; }; size: { type: StringConstructor; default: any; }; }; export declare const emits: {};