import { CSSProperties, StyleAttribute } from './index'; export const createElement: any; export const dom: any; export const vars: any; export const makeTheme: any; export function propMerge(styles: StyleAttribute | CSSProperties, obj: T): T;