export declare function bindProps(el: HTMLElement, props: Record): void; export declare function unbindProps(el: HTMLElement, props: Record): void;