import type { AsChildTypes } from "../types"; /** A resizable handle component that allows users to drag and resize adjacent contents */ export declare const ResizableHandle: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;