import { StyleSheet, StyleSheetCfg } from '../../types'; export declare const createLightStyleSheet: (cfg?: StyleSheetCfg) => StyleSheet; export declare const light: StyleSheet;