import { SVGProps } from 'react';

declare const ChevronDownIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { ChevronDownIcon as default };
