/** * @slot (default) - Content placed inside the button */ export declare class AmplifySignInButton { /** Specifies the federation provider.*/ provider: 'amazon' | 'auth0' | 'facebook' | 'google' | 'oauth'; componentWillLoad(): void; render(): any; }