export declare function Arrow({ style, up, }: { up?: boolean; style?: { [key: string]: any; }; }): HTMLOrSVGElement;