import type { CommonProps, LabellableProps } from '../types.js'; export interface TableAllRowsSelectorProps extends CommonProps, Omit { } /** * Controls the selection state of all rows within a table. * * See [table building guide](https://ui.cimpress.io/dev-guides/tables/). */ declare const _TableAllRowsSelector: (props: TableAllRowsSelectorProps & import("react").RefAttributes) => import("react").JSX.Element | null; export { _TableAllRowsSelector as TableAllRowsSelector }; //# sourceMappingURL=table-all-rows-selector.d.ts.map