import type { CollectionService } from '../../services/collection-service.js';
export declare const SelectionCell: (props: {
    entry: any;
    service: CollectionService<any>;
} & Omit<Partial<HTMLElement>, "style"> & {
    style?: Partial<CSSStyleDeclaration>;
} & {
    ref?: import("@furystack/shades").RefObject<Element>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=selection-cell.d.ts.map