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