export interface IFileProps {
    fileInfo: File;
    onSelected?: (isSelected: boolean, file: File) => void;
    checked: boolean;
}
//# sourceMappingURL=IFileProps.d.ts.map