/// import { IIconProps } from 'types'; declare const ArrowSelectSvg: (props: IIconProps) => JSX.Element; export default ArrowSelectSvg;