import * as react_jsx_runtime from 'react/jsx-runtime';
import { ReactNode } from 'react';

interface ReactSwayProps {
    children: ReactNode;
}
declare function ReactSway({ children }: ReactSwayProps): react_jsx_runtime.JSX.Element;

export { ReactSway };
