import React from "react"; declare const ChevronLeftFill: ({ ...props }: { [x: string]: any; }) => React.JSX.Element; export default ChevronLeftFill;