import { css, CssValue, color } from '@platform/css'; export { css, CssValue, color }; import { value, defaultValue } from '@platform/util.value'; export { value, defaultValue }; import { set, lensPath, equals } from 'ramda'; export declare const R: { set: typeof set; lensPath: typeof lensPath; equals: typeof equals; };