export multiple const in typescript and import them code example
Example: export interface typescript
interface Props {}
export interface IRefered {
name: string
}
interface Props {}
export interface IRefered {
name: string
}