import { IconProps } from '../Icon'; declare function SvgChevronDown(props: IconProps): JSX.Element; export default SvgChevronDown;