import React from 'react';
export declare const CompositionIdsDropdown: React.FC<{
    readonly compositionIds: readonly string[];
    readonly currentId?: string | null;
}>;
