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