/**
 * @deprecated Use `saveDefaultProps()` instead. This function is now an alias for `saveDefaultProps()`.
 * @description Updates and saves the defaultProps for a composition back to the root file.
 * @see [Documentation](https://www.remotion.dev/docs/studio/update-default-props)
 */
export declare const updateDefaultProps: ({ compositionId, defaultProps, }: {
    compositionId: string;
    defaultProps: import("..").UpdateDefaultPropsFunction;
}) => Promise<void>;
