import { EmptyProps } from "./Empty.types"; export { default as Empty } from "./Empty"; export type { EmptyProps };