import type { RendererFC } from 'jamis-core';
import type { CardsProps } from '../types';
export declare const CardsRenderer: RendererFC<CardsProps>;
