///
import { ModalFormAndInfoLabels, TypedFormInputValidationProps } from '@navikt/sif-common-formik';
import { ValidationError } from '@navikt/sif-common-formik/lib/validation/types';
interface Props extends TypedFormInputValidationProps {
name: FieldNames;
labels: ModalFormAndInfoLabels;
}
declare function UtenlandskNæringListAndDialog({ name, labels, validate }: Props): JSX.Element;
export default UtenlandskNæringListAndDialog;