import { ICssStyle, CssValue, CssProps } from './types';
export { CssValue, CssProps };
export { color } from './color';
export declare const style: ICssStyle;
export declare const css: import("./types").CssFormat;
