import { DefaultTheme } from './themes';

export declare const getCSSVariables: (theme: DefaultTheme) => {
    [cssVarName: string]: string;
};
