export declare type IkasContactForm = { email: string; firstName: string; lastName: string; message: string; referer: string; phone?: string | null; };