import type { EditableNodeAttributes } from "../types"; interface TestimonialProps extends EditableNodeAttributes { quote: string; author?: string; role?: string; rating?: number; className?: string; } export declare function Testimonial({ quote, author, role, rating, className, "data-node-id": dataNodeId, }: TestimonialProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Testimonial.d.ts.map