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