import type { Size } from '../../types'; declare const arbitrum: (width?: Size, height?: Size) => JSX.Element; export default arbitrum;