export class Innlogging extends React.Component { constructor(props: any); state: { bruker: null; laster: boolean; }; componentDidMount(): void; } export namespace Innlogging { namespace propTypes { const oidc: PropTypes.Validator<(...args: any[]) => any>; const tilbydere: PropTypes.Validator<(object | null | undefined)[]>; const vedFeil: PropTypes.Validator<(...args: any[]) => any>; } } import React from "react"; import PropTypes from "prop-types";