import { FC } from 'react'; import { ChevronProps } from './Chevron.interface'; export declare const Chevron: FC;