import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class Icon implements ComponentInterface { svgBase: SVGElement; $el: HTMLElement; label: string; labelledBy: string; icon: string; iconContent: Document; componentDidRender(): void; private getIcon; render(): any; }