import React from 'react'; interface SpinnerSvgProps { id?: string; width: number | string; height: number | string; color: string; } export declare const SpinnerSvg: React.FC; export {}; //# sourceMappingURL=SpinnerSvg.d.ts.map