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