import * as React from 'react'; import type { SvgProps } from 'react-native-svg'; export declare function Home({ color, ...props }: SvgProps): React.JSX.Element; //# sourceMappingURL=home.d.ts.map