import { type BoxProps } from '../Box'; export type InputBoxWrapperProps = BoxProps; declare const InputBoxWrapper: (props: InputBoxWrapperProps) => import("react/jsx-runtime").JSX.Element; export default InputBoxWrapper; //# sourceMappingURL=InputBoxWrapper.d.ts.map