import { LitElement } from 'lit-element';
export declare class PICon extends LitElement {
    view: number;
    name: string;
    iconPath: string;
    path: string;
    size: number;
    color: string;
    spin: boolean;
    static styles: import("lit-element").CSSResult;
    constructor();
    render(): import("lit-element").SVGTemplateResult;
    updated(changedProperty: any): void;
}
//# sourceMappingURL=p-icon.d.ts.map