import { ArbeidsKortingConfig } from './interface'; export declare class ArbeidsKorting { tax: number; constructor(data: ArbeidsKortingConfig); }