import React from 'react';
export declare const InstallablePackageComp: React.FC<{
    readonly isInstalled: boolean;
    readonly pkg: string;
    readonly link: string;
    readonly description: string;
}>;
