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