import * as React from "react"; import { IconProps } from '../lib'; declare const Lighthouse: (props: IconProps) => React.JSX.Element; export default Lighthouse; //# sourceMappingURL=Lighthouse.d.ts.map