export declare const props: { iconClass: { type: StringConstructor; required: boolean; }; url: { type: StringConstructor; default: string; }; prefix: { type: StringConstructor; default: string; }; };