import { PolymorphicComponent } from "../../polymorphic"; export type BlogSocialButtonProps = Readonly<{ icon: React.ComponentType>; }>; export declare const BlogSocialButton: PolymorphicComponent<"button", BlogSocialButtonProps>; //# sourceMappingURL=BlogSocialButton.d.ts.map