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