type StyleObject = Record>; export declare const useCssVar: (el: HTMLElement, styles: T) => void; export {};