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