import { type EnumPath } from '@remotion/studio-shared'; export declare const updateDefaultProps: ({ input, compositionId, newDefaultProps, enumPaths, }: { input: string; compositionId: string; newDefaultProps: Record; enumPaths: EnumPath[]; }) => { output: string; }; /** Line of the matching `` / `` opening tag (for log links). */ export declare const getCompositionDefaultPropsLine: ({ input, compositionId, }: { input: string; compositionId: string; }) => number;