export interface CardContextInterface { type: 'plain' | 'ambient'; } export declare const CardContext: import('react').Context;