export default SliderArrow; declare function SliderArrow({ dataHook, arrowSize, buttonSkin, icon, className, controlsStartEnd, ...remainingProps }: { [x: string]: any; dataHook: any; arrowSize: any; buttonSkin: any; icon: any; className: any; controlsStartEnd: any; }): React.JSX.Element | null; declare namespace SliderArrow { namespace propTypes { let dataHook: PropTypes.Requireable; let icon: PropTypes.Validator; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=SliderArrow.d.ts.map