import '@material/mwc-icon'; /** * Represent a mapping of legacy icons if DotCMS * * @export * @class DotFileIcon */ export declare class DotContentletIcon { icon: string; size: string; private ext; componentWillRender(): void; render(): any; private getIconName; }