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