import { Component } from 'react'; import { BaseProps } from "types/BaseProps"; export default class TodoGroup extends Component { options: { addGlobalClass: boolean; }; buildText(val: any): any; buildCheckbox(val: any): any; render(): import("react/jsx-runtime").JSX.Element; }