import { Ref } from '@vue/composition-api';
export declare function useDeviceLight(): {
    value: Ref<number | null>;
};