import { Props as ValueProps } from '../../ValueBlock';
export type Props = Omit<ValueProps, 'layout'>;
declare function CompositionValue(props: Props): import("react/jsx-runtime").JSX.Element;
declare namespace CompositionValue {
    var _supportsSpacingProps: boolean;
}
export default CompositionValue;
