export declare class GxIdeUiSplash { #private; el: HTMLGxIdeSignInElement; /** * Callback executed when the user click on the "term and conditions" link */ readonly termsCallback: () => Promise; /** * Callback executed when the user click the Sign In button */ readonly signInCallback: () => Promise; componentWillLoad(): Promise; render(): any; }