import { ED, OakAbsAttrDef, onActionFnDef, OakExtraActionProps } from '../../types/AbstractComponent'; import { TableProps } from 'antd'; import { RowWithActions, ReactComponentProps } from '../../types/Page'; declare const _default: (props: ReactComponentProps) => OakExtraActionProps[]); onAction: onActionFnDef; disabledOp: boolean; attributes: OakAbsAttrDef[]; data: RowWithActions[]; loading: boolean; tablePagination?: React.ReactNode | false; rowSelection?: TableProps>["rowSelection"]; hideHeader?: boolean; disableSerialNumber?: boolean; size?: "large" | "middle" | "small"; scroll?: TableProps>["scroll"]; empty?: React.ReactNode; opWidth?: number; ellipsis?: boolean; }>) => React.ReactElement; export default _default;