import { LitElement } from 'lit';
export declare class IconsComponent extends LitElement {
    accessor type: string;
    accessor width: string;
    accessor height: string;
    static styles: import("lit").CSSResult[];
    render(): import("lit-html").TemplateResult<1>;
}
