import { AdaptableColumn } from '../../types'; export declare function useAdaptableColumn(columnId: string): AdaptableColumn | undefined;