export declare function bindProps(el: HTMLElement, props: Record<string, any>): void;
export declare function unbindProps(el: HTMLElement, props: Record<string, any>): void;
