export function computeItemValue({ valuePath }: { valuePath: any; }, item: any, source: any): any; export const computeSource: (trueLabel: any, falseLabel: any) => { text: any; value: boolean; }[]; export function deserializeFilter(column: any, filter: any): any; export function getString({ valuePath, trueLabel, falseLabel }: { valuePath: any; trueLabel: any; falseLabel: any; }, item: any): any; export function onChange(setState: any): (selection: any) => void; export function toXlsxValue({ valuePath, trueLabel, falseLabel }: { valuePath: any; trueLabel: any; falseLabel: any; }, item: any): any; //# sourceMappingURL=cosmoz-omnitable-column-boolean.d.ts.map