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