export declare function conditionAttributeWithoutId(el: HTMLElement, attribute: string, ids: string[]): void; export declare function conditionAttributeWithId(el: HTMLElement, attribute: string, id: string | string[]): () => void;