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