interface Props { variables: { [key: string]: string; }; ref: any; } declare const useCssVariables: (props: Props) => void; export default useCssVariables;