export type CardContextValue = {
    isNested?: boolean;
};
declare const CardContext: import("react").Context<CardContextValue>;
export default CardContext;
