import type { DynamicRowHeight } from './types';
export declare function isDynamicRowHeight(value: unknown): value is DynamicRowHeight;
