/** * * * Customer testimonial / quote card. * * Usage: * * This changed everything. * */ import { RyElement } from '../core/ry-element.js'; export declare class RyTestimonial extends RyElement { #private; setup(): void; } //# sourceMappingURL=ry-testimonial.d.ts.map