type DeprecationParam = { from: string; replacement: string; scope: string; version: string; ref: string; }; export declare const useDeprecated: ({ from, replacement, scope, version, ref }: DeprecationParam, condition: MaybeRef) => void; export {};