import type { CSSObject } from '@theme-ui/css'; /** * @deprecated */ export declare class StyleSheetCache { static get(style: CSSObject): Record; }