import React from 'react'; import { IntlShape } from 'react-intl'; import { VirksomhetApiData } from './types'; interface Props { virksomhet: VirksomhetApiData; harFlereVirksomheter?: boolean; } export declare const renderVirksomhetSummary: (virksomhet: VirksomhetApiData, intl: IntlShape) => JSX.Element; declare const VirksomhetSummary: React.FunctionComponent; export default VirksomhetSummary;