import Join, { JoinProps as TJoinProps } from './Join'; export type JoinProps = TJoinProps; export default Join;