import type { AttrValue } from '../schema/types.js'; export declare function text(value: AttrValue | undefined): string | undefined; export declare function name(value: AttrValue | undefined): string | undefined; export declare function width(value: AttrValue | undefined): string | undefined; export declare function span(value: AttrValue | undefined): string | undefined; export declare function language(value: AttrValue | undefined): string | undefined; //# sourceMappingURL=values.d.ts.map