import { ShadowlessElement } from '@revesuite/lit'; import { type DeltaInsert } from '@revesuite/virgo'; import { type StyleInfo, styleMap } from 'lit/directives/style-map.js'; import type { AffineTextAttributes } from './types.js'; export declare function affineTextStyles(props: AffineTextAttributes, override?: Readonly): ReturnType; export declare class AffineText extends ShadowlessElement { static styles: import("lit").CSSResult; delta: DeltaInsert; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'affine-text': AffineText; } } //# sourceMappingURL=affine-text.d.ts.map