import React from 'react'; import { SvgProps } from '../types'; declare const Icon: ({ width }: SvgProps) => React.JSX.Element; export default Icon;