/**
 * Data table row select mode model model.
 */
export declare type DataTableSelectMode = 'multi' | 'single' | 'single_toggle';
