import React from 'react'; import { RowndProviderProps } from '../context/RowndContext'; declare function RowndProvider({ children, ...props }: RowndProviderProps): React.JSX.Element; export { RowndProvider };