import { Attrs } from '../radio/TRadio'; export interface TFileAttrs extends Attrs { accept: string; maxSize: number; maxCount: number; } export declare const collectList: { label: string; value: number; }[]; export declare const sizeList: { label: string; value: number; }[]; export declare const acceptList: { label: string; value: string; }[]; export declare const fileCollectAttr: { title: string; description: string; type: string; required: boolean; important: boolean; accept: string; maxSize: number; maxCount: number; vip: boolean; }; export declare const resumeFileAttr: { title: string; description: string; type: string; required: boolean; important: boolean; accept: string; maxSize: number; maxCount: number; vip: boolean; }; export declare const workFileAttr: { title: string; description: string; type: string; required: boolean; important: boolean; accept: string; maxSize: number; maxCount: number; vip: boolean; };