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