export declare type OnChangeParameters = { readonly name: string; readonly value: string | number | boolean; };