import { ICssStyle, CssValue, CssProps } from './types';
export { CssValue, CssProps };
export { color } from './color';
export { color as Color } from './color';
export { reset } from './reset';
export declare const style: ICssStyle;
export declare const Style: ICssStyle;
export declare const css: import("./types").CssFormat;
import { color } from './color';
export declare const formatColor: typeof color.format;
