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