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