/// <reference types="react" />
import { IIMECompositionProps } from './types';
export declare const IMEComposition: React.FC<IIMECompositionProps>;
