import type { BooleanCellConfig } from '../data-table-types.js'; type $$ComponentProps = { value: boolean; config?: BooleanCellConfig; }; declare const BooleanCell: import("svelte").Component<$$ComponentProps, {}, "">; type BooleanCell = ReturnType; export default BooleanCell;