import { SVGProps } from 'react'; declare const SvgHome: (props: SVGProps) => JSX.Element; export default SvgHome;