export declare function useCssVariable(name: string, element?: HTMLElement | null): [string | null, (value: string) => void];
