import { IconType } from '../../utils/icon-types'; export declare class BielIcon { type: IconType; width: string; height: string; render(): any; private renderIcon; }