import type { TextSelectionLayerImplProps } from "./types.js";
declare const TextSelectionLayer: import("svelte").Component<TextSelectionLayerImplProps, {}, "">;
type TextSelectionLayer = ReturnType<typeof TextSelectionLayer>;
export default TextSelectionLayer;