import { ReactIconComponentType } from '../types';

declare const ArrowPointer: ReactIconComponentType;
export default ArrowPointer;
            