export declare function assertNoLegacyProp(props: Record<string, any>): void;
export declare function warnForNewPropShadowingLegacyProp(newKey: string | undefined, newValue: string | undefined | null, legacyKey: string | undefined, legacyValue: string | undefined | null): void;
