declare namespace _default { function data(): { light: string; dark: string; }; } export default _default;