import { Ref } from 'vue';
export default function useInnerWidth(): {
    innerWidth: Ref<number>;
};
