import type { BuilderContent } from '../../types/builder-content'; import type { Nullable } from '../../types/typescript'; import type { ContentProps } from './content.types'; export declare const getRootStateInitialValue: ({ content, data, locale }: Pick) => { locale?: string; }; export declare const getContentInitialValue: ({ content, data }: Pick) => Nullable;