import { CardContextValue } from './types';

export declare const CardContext: import('react').Context<CardContextValue | null>;
export declare const useCard: () => CardContextValue;
