export declare const CardBackgroundContext: import('react').Context<{
    hasImage: boolean;
}>;
export declare function useCardBackground(): {
    hasImage: boolean;
};
