import React, { SVGAttributes } from 'react'; type ArrowDownIconProps = SVGAttributes; export declare const ArrowDownIcon: (props: ArrowDownIconProps) => React.JSX.Element; export {};