import type { ColumnConfig } from '@tabulus/types'; const defaultColumnConfig: ColumnConfig = {}; export { defaultColumnConfig };