import { type BoxProps } from '../../Box'; export type TableSelectionProps = BoxProps & { text?: string; }; declare const TableSelection: ({ children, text, ...props }: TableSelectionProps) => import("react/jsx-runtime").JSX.Element; export default TableSelection; //# sourceMappingURL=TableSelection.d.ts.map