import { RateProps } from "./Rate.types"; export { default as Rate } from "./Rate"; export type { RateProps };