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