export class Sokefelt extends Felt { state: {}; _maks: any; _lastetilstand: boolean; _lastebryter: number; _obligatorisk: boolean; _konverter(treff: any): any; _mottaSok(sok: any): void; _mottaVerdi(verdi: any): void; _mottaTasting(event: any): void; _mottaKandidat(kandidat: any): void; render(): React.JSX.Element; lastetilstand: any; lastebryter: NodeJS.Timeout | undefined; } export namespace Sokefelt { namespace propTypes { const tittel: PropTypes.Requireable; const laster: PropTypes.Requireable<(...args: any[]) => any>; const konverter: PropTypes.Requireable<(...args: any[]) => any>; const konverterTreff: PropTypes.Requireable; const plassholder: PropTypes.Requireable; const verdi: PropTypes.Validator<(...args: any[]) => any>; const vedSok: PropTypes.Validator<(...args: any[]) => any>; const vedVerdi: PropTypes.Validator<(...args: any[]) => any>; const skalMaskeres: PropTypes.Requireable; const konverterHtml: PropTypes.Requireable; } } import { Felt } from "./Felt"; import React from "react"; import PropTypes from "prop-types";