declare const helper: { getCalculatedWidth(width: number | string): any; isReactComponent(render: any): boolean; getAlignClass(textAlign: string): string; needFixBatchComps(isTableInView: boolean, isFootInView: boolean, isSelectRows: boolean, isFixed: boolean): any; isSelectAll(rowKeys: any, subRowKeys: any): boolean; isSelectPart(rowKeys: any, subRowKeys: any): boolean; toggleEventListener(currentProps: any, nextProps: any): any; }; export default helper;