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