import { FunctionComponent } from 'react'; interface IFrontArrowProps { className?: string; } export declare const FrontArrow: FunctionComponent; export {};