import type { FC } from 'react'; interface TableSettingsMenuSlotProps { hasConsumerMenu: boolean; } /** * Internal anchor for the settings menu. Registers its DOM node with the * context so a consumer-rendered `` can portal into it, and * renders the default menu when the consumer did not supply one. */ export declare const TableSettingsMenuSlot: FC; export {};