import { PropsWithChildren } from "react"; interface Props extends PropsWithChildren { className?: string; } export declare const BarRelationWrapper: import("react").MemoExoticComponent>>; export * from "./bar-relation-handle";