import { type Token } from 'parse5';
type Attribute = Token.Attribute;
export declare function findAttr(attrs: Attribute[], name: string): Attribute | undefined;
export declare function isBinding(attr: Attribute): boolean;
export {};
