import { merge } from 'glamor'; import { CssProps } from './types'; export { merge }; export declare function className(...styles: Array): string;