import type { ToolbarAction } from 'hongluan-business-ui/es/components/table-toolbar/src/toolbar';
export interface TableToolbar {
    showSelectionText: boolean;
    selectionCount: number;
    action: ToolbarAction;
    showColConfig: boolean;
}
