import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Q2Icon implements ComponentInterface { type: string; get iconMarkup(): "" | import("../../components").JSX.IntrinsicElements; get isCustom(): boolean; hostElement: HTMLElement; componentDidLoad(): void; customIconHandler(): void; setCustomSVGAttrs(): void; render(): any; }