import { Typing } from './Typing'; export type { TypingProps } from './Typing'; export { Typing }; export default Typing;