import type { IoiTableState } from '../../types'; export declare function createInitialState(viewportHeight: number): IoiTableState;