import React, { type ElementType } from 'react'; import { type SpiritBoxProps } from '../../types'; declare const Box: { (props: SpiritBoxProps): React.JSX.Element; spiritComponent: string; }; export default Box;