import { IIcon } from '../interfaces.js';
export declare function IconPlane({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
