import { default as React } from 'react'; import { Image3Props } from './Image3.types'; export type { Image3Props } from './Image3.types'; declare const Image3: React.FC; export default Image3;