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