import { SelectionElement, LiveSelectionData } from "@veltdev/types"; export declare function useLiveSelectionUtils(): SelectionElement | undefined; export declare function useLiveSelectionDataHandler(): LiveSelectionData | null;