import * as React from 'react';
import { PropsWithChildren } from 'react';
import { ImageProps } from '../../image';
declare const img: (props: PropsWithChildren<ImageProps>) => React.JSX.Element;
export default img;
