import type { SVGProps } from "react"; export interface ChevronSquareDownIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ChevronSquareDownIcon({ className, size, color, ...props }: ChevronSquareDownIconProps): import("react").JSX.Element; //# sourceMappingURL=chevron-square-down-icon.d.ts.map