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