import { ReactNode } from 'react';
export interface FileProcessInfoOutputModel {
    children?: ReactNode | ReactNode[];
}
