import { FCC } from 'onekijs-framework'; import { Theme, ThemeProps } from '../styles/typings'; export declare const baseTheme: (customTheme?: Partial) => Theme; export declare const BaseTheme: FCC;