import { PolymorphicComponent } from "../../polymorphic"; export type WebsiteNavigationTestimonialProps = React.ComponentProps<"a"> & Readonly<{ label: string; visual?: React.ReactNode; }>; type PolymorphicWebsiteNavigationTestimonial = PolymorphicComponent<"a", WebsiteNavigationTestimonialProps>; export declare const WebsiteNavigationTestimonial: PolymorphicWebsiteNavigationTestimonial; export {}; //# sourceMappingURL=WebsiteNavigationTestimonial.d.ts.map