import { FinancialLease } from '../../types'; export declare class Priskort { data: FinancialLease; render(): any; }