import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgArrowDropDown: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgArrowDropDown; //# sourceMappingURL=ArrowDropDown.d.ts.map