import { TypeEditorBlock } from '../../../Types'; export interface Data { one: { title: string; subtitle: string; description: string; image: { key: string; bucket: string; }; }; two: { title: string; subtitle: string; description: string; image: { key: string; bucket: string; }; }; three: { title: string; subtitle: string; description: string; image: { key: string; bucket: string; }; }; } declare const _default: TypeEditorBlock; export default _default;