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