import { Ref } from 'vue';
export declare function useComputedStyle(element: Element | Ref<Element | undefined>): Ref<CSSStyleDeclaration | undefined>;
