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