export interface InstallBlockProps {
    command?: string;
    packageName?: string;
}
export declare const InstallBlock: ({ command, packageName }: InstallBlockProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=installBlock.d.ts.map