import React from 'react'; interface CompletionProps { shell?: string; install: boolean; print: boolean; } export declare const Completion: React.FC; export {};