import React from 'react'; interface Props { verdi?: number; } declare const TallSvar: React.FunctionComponent; export default TallSvar;