export declare function DragLine({ alignment, offsetPx }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace DragLine {
    var defaultProps: {
        offsetPx: number;
    };
}
//# sourceMappingURL=DragLine.d.ts.map