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