export declare const BLANK_IMG = "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="; /** Use in `oninput` */ export declare const elastic: "this.style.minHeight='0';this.style.minHeight=Math.max(this.scrollHeight,144)+'px';"; /** */ export declare const validation: "!this.validity.valid && this.previousSibling.setAttribute('title', this.validationMessage);"; /** */ export declare const sliderBubble: "this.nextSibling.value = this.value.padStart(3, '0'); this.nextSibling.style.setProperty('--_left', this.value / (this.max - this.min));"; /** */ export declare const maxLength: "this.nextSibling.value = (this.value?.length || 0) + ' / ' + this.maxLength";