import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type BoxAsset = IllustrationAsset; /** * Box illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import Box from '@payfit/unity-illustrations/assets/Box' * * * ``` */ declare const Box: BoxAsset; export default Box;