import { ImageProps } from '../../image'; declare const img: (props: ImageProps) => import("vue/jsx-runtime").JSX.Element; export default img;