import { Theme } from './theme'; /** * **Warning:** Do not import and use this theme directly in components. * * To reference theme values in your components, make sure to wrap your app in * the `ThemeProvider`, and use the `useTheme` hook. */ export declare const earnest: Theme;