import { Ref } from 'vue';
type DeprecationSource = 'slots' | 'props' | 'attrs';
export declare const useDeprecated: (deprecatedList: Ref<string[]> | string[], deprecationSource?: DeprecationSource[]) => undefined;
export {};
