import { RowCellInteraction } from './types'; export declare const DEFAULT_ROW_INTERACTION: RowCellInteraction; export declare const DEFAULT_PAGE_SIZE_OPTIONS: readonly [5, 10, 25, 50, 100];