import { HTMLAttributes } from "react"; import { TestimonialProps } from "./TestimonialProps"; export type { TestimonialProps }; export declare const TestimonialContextDefault: import("react").ForwardRefExoticComponent<{ layout: string; index: number; } & TestimonialProps & HTMLAttributes & import("react").RefAttributes>; export declare const TestimonialContext: import("react").Context & import("react").RefAttributes>>; export declare const Testimonial: import("react").ForwardRefExoticComponent<{ layout: string; index: number; } & TestimonialProps & import("react").RefAttributes>;