import { AttrEntry } from "../../../node/cst/inline"; import { factory } from "../factory"; import type { ValueRule, WithErrorRule } from "../util"; export declare const makeSquareAttrRule: (lazyNameRule: (f: typeof factory) => ValueRule) => WithErrorRule; export declare const $squareAttr: WithErrorRule; export default $squareAttr;