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