import { JSXBase } from '../../../stencil-public-runtime'; export declare class Meaning { private element; meaning: string; orientation: string; idForStyles: string; private _content; /** * This method is used it is just not called directly like the IDE may think it should be */ private showItems; protected getContent(): JSXBase.HTMLAttributes; protected setContent(): void; render(): JSXBase.HTMLAttributes; }