/// interface IProps { width?: string; height?: string; color?: string; } declare function SvgBulb(props: IProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;