import { JSXBase } from '../../../stencil-public-runtime'; export declare class CardContent { vocab: string; secondaryVocab: string; phonic: string; sentence: string; secondarySentence: string; sentencePhonic: string; orientation: string; meaning: string; sentenceMeaning: string; type: string; phonicOrientation: string; private element; private _content; private _phonic; protected getContent(): JSXBase.HTMLAttributes; protected setWriting(): void; protected setSecondarySentence(): void; protected setSecondaryRecognition(): void; protected setAudio(): void; protected setSentence(): void; protected setTones(): void; protected setRecognition(): void; protected getPhonic(): JSXBase.HTMLAttributes; protected setPhonic(): void; private createStrokeOrderCharacter; private processCardContent; render(): JSXBase.HTMLAttributes; componentDidRender(): void; }