import type { FC } from 'react'; import type { AsyncImageProps } from './async-image.types'; export declare const AsyncImage: FC;