import type { FC } from 'react'; /** * Internal anchor for the horizontal scroll controls. Registers its DOM node so * a consumer-rendered `` (declared in `Table` children) can * portal into it, and renders the default controls when the consumer did not * supply one. Mounted in the master column header, gated by overflow. */ export declare const TableScrollHandlerSlot: FC;