declare const useCssVariables: (variables: Record<string, any>, root?: HTMLElement) => void;
export default useCssVariables;
