import type { DataObject } from '../types'; export declare const objectToCSSShadowVariables: (obj: DataObject, withKebabCase?: boolean) => Record;