import { PolymorphicComponent } from "../../polymorphic"; export type BlogEditorialCardProps = Readonly<{ title: string; image: React.ReactNode; className?: string; }>; export declare const BlogEditorialCard: PolymorphicComponent<"a", BlogEditorialCardProps>; //# sourceMappingURL=BlogEditorialCard.d.ts.map