import React from 'react'; declare const Slimer: ({ name }: { name?: string | undefined; }) => React.JSX.Element; export default Slimer;