import React from 'react';
export interface SVGComponentProps extends Omit<React.SVGProps<SVGSVGElement>, 'ref'> {
}
//# sourceMappingURL=index.d.ts.map