export interface IndeterminateInputElement extends HTMLInputElement { indeterminate: boolean; }