export interface DeprecationInfo { name: string; useInstead?: string; hide: true; } export declare const deprecatedIcons: Record;