import React from 'react'; import type { Size } from '../../types'; const bundle = (width: Size = '303', height: Size = '398') => { return ( ); }; export default bundle;