import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const LightbulbIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link LightbulbIcon} instead.
 */
export declare const Lightbulb: typeof LightbulbIcon;
export default LightbulbIcon;
