import React from 'react'; interface ResponsiveSvgProps { width?: string; height?: string; foreground?: string; background?: string; value: number; type?: number; } declare const InTen: React.FC; export default InTen; //# sourceMappingURL=InTen.d.ts.map