import { Ref } from 'vue';
export declare const useElementBackground: (el: Ref<HTMLElement | undefined | null>) => Ref<string>;
