import { WriterType } from "../types"; export declare const CheckboxRendererMixin: { bool(value: boolean, writer?: WriterType): any; }; //# sourceMappingURL=checkbox.d.ts.map