import { CharRule as BaseCharRule, type CharRuleConfig } from '@os-team/lexical-rules'; /** * An atomic unit of text. * See https://www.w3.org/TR/xml/#NT-Char */ declare class CharRule extends BaseCharRule { constructor(config?: CharRuleConfig); } export default CharRule; //# sourceMappingURL=CharRule.d.ts.map