import React from 'react'; interface ArrowProps { direction: string; size?: number; imgWidth?: number; imgHeight?: number; resources: string; type?: string; imgUrl?: string; colorObj: any; onClick?: () => void; } declare const _default: React.NamedExoticComponent; export default _default;