/// import { IconProps } from './types'; export declare const BoxModelIcon: ({ color, ...props }: IconProps) => JSX.Element; export default BoxModelIcon;