import React from 'react'; interface Props { tittel: string; merknad?: string; ikon?: string; redigeringsLenke?: string | boolean; valideringsfeil?: React.ReactNode; ingenBakgrunn?: boolean; children?: React.ReactNode; } declare function OppsummeringBlokk(props: Props): React.JSX.Element; export { OppsummeringBlokk };