export { config } from './config' export { schema } from './schema' export { fields } from './fields' export { TestimonialsBlock as Component } from './component' export type { TestimonialsBlockProps } from './schema'