import { TypeEditorBlock } from '../../../Types'; export interface Data { title: string; image: { key: string; bucket: string; }; content: string; } declare const _default: TypeEditorBlock; export default _default;