import { File } from './file'; export declare class Feedback { id: number; theme: string; message: string; email: string; captcha: string; files: File[]; static toFront(data: any): any; static toBack(value: any): any; }