import React from 'react'; interface IProps { stickyOffset?: number; children: any[]; className?: string; tableState?: any; } declare const _default: React.MemoExoticComponent<({ ...props }: IProps) => JSX.Element>; export default _default;