import type { ResizeControlProps, ResizeControlLineProps } from './types'; import { JSX } from 'solid-js'; declare function ResizeControl(_p: ResizeControlProps): JSX.Element; export declare function ResizeControlLine(props: ResizeControlLineProps): JSX.Element; export declare const NodeResizeControl: typeof ResizeControl; export {}; //# sourceMappingURL=NodeResizeControl.d.ts.map