import React from 'react'; declare function ChevronLeft({ fill, ...rest }: React.SVGProps): React.JSX.Element; export default ChevronLeft;