import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface ChevronDownIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function ChevronDownIcon({ size, color, style, className, ...props }: ChevronDownIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ChevronDownIcon.d.ts.map