/**
 * <ry-testimonial>
 *
 * Customer testimonial / quote card.
 *
 * Usage:
 * <ry-testimonial name="Jane Doe" role="CTO, Acme Corp" avatar="photo.jpg" stars="5">
 *   This changed everything.
 * </ry-testimonial>
 */
import { RyElement } from '../core/ry-element.js';
export declare class RyTestimonial extends RyElement {
    #private;
    setup(): void;
}
//# sourceMappingURL=ry-testimonial.d.ts.map