export default function useColumnSettings({ allColumns }: { allColumns: any; }): (allColumns: any) => any;