import { type ButtonProps } from '../../Button'; export type TableSelectionButtonProps = ButtonProps; declare const TableSelectionButton: (props: TableSelectionButtonProps) => import("react/jsx-runtime").JSX.Element; export default TableSelectionButton; //# sourceMappingURL=TableSelectionButton.d.ts.map