declare const System: React.FC<{
    data: any;
    ctx: any;
}>;
export default System;
