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