export declare function createComposition(onSelectCand: (e: Event, index: number) => void, onClickPrevButton: (e: Event) => void, onClickNextButton: (e: Event) => void): { dispose(): void; };