import { JSXBase } from '../../../stencil-public-runtime'; import { HanziType } from '../../../enums/HanziType'; export declare class CardType { cardType: string; primaryHanziType: string; private _content; private _type; protected getContent(): JSXBase.HTMLAttributes; protected setContent(): void; protected getType(): JSXBase.HTMLAttributes; protected setType(): void; getHanziType(): HanziType; render(): JSXBase.HTMLAttributes; }