import React from "react"; interface Props { fill?: string; className?: string; } export declare const Chevron: React.FC; export {};