import { PrivatLeasing } from '../../types'; export declare class Priskort { data: PrivatLeasing; tax: number; showPrice: boolean; render(): any; }