import type { ReactTableHooks } from '../types/index.js';
export declare const CELL_PADDING_PX = 18;
export declare const useDynamicColumnWidths: {
    (hooks: ReactTableHooks): void;
    pluginName: string;
};
