import './style.css';
/**
 * @description
 * @author Huang Wenjie
 * @createDate 2023-11-03
 */
interface PropsType {
    barIndex: number;
}
export default function ActionMoveBar(props: PropsType): import("react/jsx-runtime").JSX.Element;
export {};
