export declare const OpenEditorButton: React.FC<{
    type: 'git' | 'editor';
}>;
