export function useWhiteboard({ proxy, layers, documents, modules }: { proxy: any; layers: any; documents: any; modules: any; }): { whiteboard: any; whiteboardModuleConfig: import('vue').ComputedRef; whiteboardPages: import('vue').ShallowRef; whiteboardPageSizes: {}; whiteboardPageOffsets: {}; whiteboardEnabled: import('vue').Ref; whiteboardOpacity: import('vue').Ref; whiteboardReady: import('vue').Ref; handleWhiteboardPageReady: (payload: any) => void; updateWhiteboardPageSizes: () => void; updateWhiteboardPageOffsets: () => void; }; //# sourceMappingURL=use-whiteboard.d.ts.map