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