type CommonTableProps = { inType: string; value: any[]; }; declare const CommonTable: (props: CommonTableProps) => import("react/jsx-runtime").JSX.Element; export default CommonTable;