import * as React from 'react'; import { type SvgProps } from 'react-native-svg'; declare const SvgComponent: (props: SvgProps) => React.JSX.Element; export default SvgComponent; //# sourceMappingURL=IconAndroid.d.ts.map