import { NodeComponentProps } from '../../types/node-component'; export declare function CheckboxNode(props: NodeComponentProps<{ type: 'checkbox' | 'checkbox_input'; checked?: boolean; }>): import("react/jsx-runtime").JSX.Element; export default CheckboxNode;