export declare class Icons {
    private icons;
    constructor(icons: object);
}
