export declare const useDeprecatedProperty: (isUsing: boolean, name: string, nameNext?: string) => void;
