import { JSXBase } from '../../../stencil-public-runtime'; export declare class Card { primaryVocab: string; secondaryVocab: string; vocabPhonic: string; sentence: string; secondarySentence: string; sentencePhonic: string; type: string; orientation: string; meaning: string; sentenceMeaning: string; primaryHanziType: string; phonicOrientation: string; geminiApiKey: string; private _content; protected getContent(): JSXBase.HTMLAttributes; protected setContent(): void; render(): JSXBase.HTMLAttributes; }