/**
 * its to easy to use, currenlty its support select & checkbox input as trigger for show/hide the dom
 * the dom you can put it like this data-show-when="{name of the field} {= or !=} {value of the field}"
 */
export declare class SallaConditionalFields {
    host: HTMLElement;
    private debounceTimeout;
    private hideAllOptions;
    private disableInputs;
    changeHandler(event: any): void;
    private processConditionalFields;
    componentDidRender(): void;
    render(): any;
}
