import { Icon } from '../iconTypes'; declare const IconBox3DCenter: ({ className, height, color, title, width }: Icon) => JSX.Element; export default IconBox3DCenter;