import { default as React } from 'react'; import { MenuHeaderInfoProps } from './MenuHeaderInfo.types'; export declare const MenuHeaderInfo: React.MemoExoticComponent<({ options, selectedItems, onSearchChange, onSelectAll, searchQuery, onClearSelection, onRadioButtonChange, radioButtonOptions, selectedRadioButton, showRadioButton, isSearchable, isSelectAllAllowed, customHeaderProps, externalHandlers, overrideConfig, }: MenuHeaderInfoProps) => import("react/jsx-runtime").JSX.Element>; /** Legacy export name used by TableChat and other consumers */ export declare const MenuOptionsHeader: React.MemoExoticComponent<({ options, selectedItems, onSearchChange, onSelectAll, searchQuery, onClearSelection, onRadioButtonChange, radioButtonOptions, selectedRadioButton, showRadioButton, isSearchable, isSelectAllAllowed, customHeaderProps, externalHandlers, overrideConfig, }: MenuHeaderInfoProps) => import("react/jsx-runtime").JSX.Element>; //# sourceMappingURL=MenuHeaderInfo.d.ts.map