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