import { IconProps } from '../lib';
declare function Lamp(props: IconProps): JSX.Element;
export default Lamp;
