export default config; declare namespace config { export const darkMode: string; export { theme }; export const plugins: any[]; } import { theme } from "./theme/dist";