import { StreamModel } from './model.stream'; export declare class Icon extends StreamModel { #private; static endpoint: string; static attributes: never[]; constructor(); getAttributes(): string[]; static fetchById: (id: string) => Promise; static fetch: () => Promise; }