/// <reference types="react" />
import { ArrowDirection } from '../common';
export interface ArrowAltProps {
    className?: string;
    color?: string;
    direction?: ArrowDirection;
    outline?: string;
    outlineWidth?: string;
    size?: number;
}
export declare function ArrowAlt(props: ArrowAltProps): JSX.Element;
//# sourceMappingURL=ArrowAlt.d.ts.map