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