import { RateProps } from "@ducor/types";
export declare const Rate: ({ name, label, withAsterisk, helperText, defaultValue, id, direction, }: RateProps) => import("react/jsx-runtime").JSX.Element;
