export declare class PIcon { icon: string; size: number; color: string; svgContent: string; render(): any; }