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