import React from 'react';
import type { IconPropsSVG } from './types';
export declare function IconHome(props: IconPropsSVG & {
    isOn: boolean;
}): React.JSX.Element;
