import { JSXBase } from '../../../stencil-public-runtime'; import { DisplayType } from '../../../enums/DisplayType'; export declare class HanziWithPhonic { private element; hanzi: string; alternativeHanzi: string; phonic: string; alternativePhonic: string; orientation: string; idForStyles: string; phonicOrientation: string; displayType: DisplayType; private _content; private _dictionaryLink; private _isPhonicPinyin; protected getContent(): JSXBase.HTMLAttributes; protected setContent(content: any): void; protected getDictionaryLink(): string; protected setDictionaryLink(): void; private setIsPhonicPinyin; private getIsPhonicPinyin; protected getHanziWithoutPunctuation(): Array; private getVerticalNeutralPhonics; private getDisplayType; private getHanziWithVerticalPhonic; private getHanziWithHorizontalPhonic; /** * This method is used it is just not called directly like the IDE may think it should be */ protected showItems(): void; render(): JSXBase.HTMLAttributes; }