import { JSXBase } from "../../../stencil-public-runtime"; export declare class Writing { hanzi: string; private element; private _content; protected getContent(): JSXBase.HTMLAttributes; protected setContent(): void; private createStrokeOrderCharacter; componentDidRender(): void; render(): JSXBase.HTMLAttributes; }