import { VNode } from '../../stencil-public-runtime'; export declare class ProteanIcon { type: string; use: string; get icon(): VNode; render(): VNode; }