/**
 * @file index.ts
 * @input Imports from ClickableCard.tsx
 * @output Exports ClickableCard component and ClickableCardProps type
 * @position Component entry point; re-exported by /packages/core/src/index.ts
 *
 * SYNC: When modified, update /packages/core/src/ClickableCard/ClickableCard.doc.mjs
 */
export { ClickableCard } from './ClickableCard';
export type { ClickableCardProps } from './ClickableCard';
//# sourceMappingURL=index.d.ts.map