///
import { RowHeightLevel } from '@teable/core';
export declare const useRowHeightNode: (value?: RowHeightLevel | null, defaultValue?: RowHeightLevel) => {
text: RowHeightLevel;
isActive: boolean;
Icon: (props: import("react").SVGProps) => import("react").JSX.Element;
};