/**
 * @slot app - Replaces app item, has replaceable props `{icon}`, `{name}`.
 */
export declare class SallaAppsIcons {
    constructor();
    private readonly appSlot;
    host: HTMLElement;
    apps: any;
    /**
     * Flag to show or hide title.
     */
    hideTitle: boolean;
    /**
     * The title to display.
     */
    appsTitle: string;
    /**
     * Display flag to horizontal/vertical.
     */
    vertical: boolean;
    private getAppsArray;
    componentWillLoad(): Promise<unknown>;
    render(): any;
    componentDidRender(): void;
}
