import type { RendererFC } from 'jamis-core'; import type { CardRendererProps } from '../types'; export declare const CardRenderer: RendererFC;