import { TypeEditorBlock } from '../../../Types'; export interface Data { testimonial: string; author: string; title: string; } declare const _default: TypeEditorBlock; export default _default;