import type React from 'react';
export declare const TitleUpdater: React.FC;
export declare const CurrentCompositionKeybindings: React.FC<{
    readonly readOnlyStudio: boolean;
}>;
