import { type NodeSpec } from 'prosemirror-model'; import type { PlaceholderOptions } from "../../../../utils/placeholder.js"; import { CheckboxNode } from "./const.js"; import type { CheckboxSpecsOptions } from "./index.js"; export declare const getSchemaSpecs: (opts?: Pick, placeholder?: PlaceholderOptions) => Record;