import { CompositionType } from '../types';
export declare function getCompositionType(schema: any): CompositionType | null;
export declare function arrayToProps(props: any, label: string): any;
export declare const handleCompositions: (schema: any, mergedProps: any, label: string) => void;
