import * as React from "react";
import type { ShiftActionsProps } from "../types/index.mjs";
/**
* Default "shift up"/"shift down" buttons used by {@link QueryBuilder}.
*
* @group Components
*/
export declare const ShiftActions: (props: ShiftActionsProps) => React.JSX.Element;
