import type { ButtonGroupProps } from '../../ButtonGroup'; export type TableSelectionButtonGroupProps = ButtonGroupProps; declare const TableSelectionButtonGroup: (props: TableSelectionButtonGroupProps) => import("react/jsx-runtime").JSX.Element; export default TableSelectionButtonGroup; //# sourceMappingURL=TableSelectionButtonGroup.d.ts.map