export declare function DataEntityUpdate({ params }: {
    params: any;
}): import("react/jsx-runtime").JSX.Element;
