/// import { IconProps } from '../../types'; declare const Box: (allProps: IconProps) => JSX.Element; export default Box;