import { FC, SVGProps } from "react"; export interface IconProps extends SVGProps { size?: number; className?: string | undefined; } export declare const ArrowLeft: FC; export declare const ArrowRight: FC; export declare const ArrowDown: FC; //# sourceMappingURL=arrowIcon.d.ts.map