import { Component } from 'react'; export declare class NativeImage extends Component { static propTypes: any; constructor(props: any); componentDidMount(): void; stopAnimation(): void; startAnimation(): void; render(): JSX.Element; } export default NativeImage;