import React from 'react'; import { PreviewProps } from '../types'; declare type BlockImagePreviewProps = PreviewProps<'block'>; export declare function BlockImagePreview(props: BlockImagePreviewProps): React.JSX.Element; export {}; //# sourceMappingURL=BlockImagePreview.d.ts.map