var testProp = 'test property'; function testFunc() { return 'test function'; } export { testFunc, testProp };