declare function spaceCase(str: string): string; export default spaceCase;