import { CSSProperties, StyleAttribute } from './index';

export const createElement: any;
export const dom: any;
export const vars: any;
export const makeTheme: any;
export function propMerge<T>(styles: StyleAttribute | CSSProperties, obj: T): T;
