declare const arrows_move: { _: { width: number; height: number; paths: { d: string; "fill-rule": string; }[]; }; }; export default arrows_move;