export default 'bears!' export function growl () { return 'grrr' } export const type = 'Grizzly'