import type { UpdateDefaultPropsFunction } from './helpers/calc-new-props';
export declare const updateDefaultProps: ({ compositionId, defaultProps, }: {
    compositionId: string;
    defaultProps: UpdateDefaultPropsFunction;
}) => void;
