export default SignOut; declare function SignOut({ flavour, ...rest }: { [x: string]: any; flavour?: string; }): JSX.Element;