import type { SystemStyleObject } from "./css.types";
export declare const EMPTY_STYLES: Readonly<SystemStyleObject>;
export declare const EMPTY_SLOT_STYLES: Readonly<Record<string, SystemStyleObject>>;
