import './index.pcss'; import { ImageBlock, Props } from "../interfaces"; export declare function image({ data }: Props): string;