import * as react_jsx_runtime from 'react/jsx-runtime'; import { StyleArguments } from './getStyleAttributes.js'; type WrapperProps = React.HTMLAttributes & StyleArguments; declare const Wrapper: ({ children, theme }: WrapperProps) => react_jsx_runtime.JSX.Element; export { Wrapper };