import React from "react";
export declare function NullComponent(_: {
    data: null;
}): React.JSX.Element;
