import { CheckboxProps } from '../../../Checkbox'; /** * SelectionCheckbox - Checkbox especializado para selección en tablas. * * Extiende el componente base Checkbox con las mismas props. * Se mantiene como wrapper para retrocompatibilidad y semántica en el contexto de tablas. */ export type SelectionCheckboxProps = CheckboxProps; export declare const SelectionCheckbox: (props: SelectionCheckboxProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SelectionCheckbox.d.ts.map