import { AnySupport } from '../tag/index.js';
/** Called when one tag changes and we need to find other tags that will need to be rendered */
export declare function providersChangeCheck(support: AnySupport): AnySupport[];
