type RateProps = { classList?: any; class?: string; disabled?: boolean; icon: any; style?: any; value?: number | Function[]; children?: any; count?: number; allowHalf?: boolean; onChange?: Function; name?: string; }; export declare function Rate(props: RateProps): import("solid-js").JSX.Element; export {};