import React from "react";
declare const SubMasterTable: ({ columns, actions }: TableWrapperProps) => React.JSX.Element | null;
export default SubMasterTable;
