import { SkeletonImageProps } from './interface';
export default function image(props: SkeletonImageProps): JSX.Element;
