import { IconProps } from './types';
declare const IconChevronSingleDown: ({ width, height, viewBox, strokeWidth }: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default IconChevronSingleDown;
