import React from "react"; declare type OperationLogProps = { content: string; operation: string; componentDtoList: any[]; plat: any; shopList: any[]; }; declare const OperationLog: ({ content, operation, componentDtoList, plat, shopList, }: OperationLogProps) => React.JSX.Element | null; export default OperationLog;