export declare function propDeprecationWarning(name: any, props: any, propList: any): void; export declare function accessibilityWarning(...args: any[]): void; export declare function warn(...args: any[]): void; export declare function deprecationWarning(condition: any, { property, name, betterAlternative, reason, }: { property: string; name: string; betterAlternative: (() => string) | string; reason?: (() => string) | string; }): void;