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