export default function useSelection(params: any): { documentId: import('vue').Ref; page: import('vue').Ref; selectionBounds: any; source: import('vue').Ref; getValues: () => { documentId: any; page: any; selectionBounds: any; source: any; }; getContainerId: () => string; getContainerLocation: (parentContainer: any) => { top: number; left: number; }; }; //# sourceMappingURL=use-selection.d.ts.map