import * as react_jsx_runtime from 'react/jsx-runtime';
import { StyleArguments } from './getStyleAttributes.mjs';

type WrapperProps = React.HTMLAttributes<HTMLDivElement> & StyleArguments;
declare const Wrapper: ({ children, theme }: WrapperProps) => react_jsx_runtime.JSX.Element;

export { Wrapper };
