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