import React from 'react'; interface Props { tekst?: string; vedRef?: (event: any) => void; children?: React.ReactNode; } declare function Feilmelding(props: Props): React.JSX.Element | null; export { Feilmelding };