import { StylePropertyValue } from 'theme-ui'; export interface BadgeContextProps { bg?: StylePropertyValue; } export declare const BadgeContext: import("react").Context;