import { DocumentPaneNode } from '../../../types'; import { InitialValueState } from './types'; /** * @internal */ export declare function useInitialValue(documentId: string, rawPaneOptions: DocumentPaneNode['options']): InitialValueState; //# sourceMappingURL=useInitialValue.d.ts.map