/// <reference types="react" />
export type CardWrapperContextType = {
    isPregTool?: boolean;
};
export declare const CardWrapperContext: import("react").Context<CardWrapperContextType>;
