export declare const findAttributesInTag: (data: string) => (attributes?: string | null | (string | null | undefined)[], tagName?: string) => 0 | 1;
