import type { FC } from 'react'; /** Fold toggle column — renders fold chevrons for each row */ export declare const FoldColumn: FC;