type CSSProps = {
    [key: string]: string | number | boolean | null | undefined;
};
export default function cssVars(node: HTMLElement, props: CSSProps): SvelteActionReturnType;
export {};
