import { createTheme } from './theme'; import type { CreateThemeConfig, Theme } from './theme.types'; declare const theme: Theme; export default theme; export { createTheme }; export type { CreateThemeConfig, Theme };