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