/// <reference types="react" />
import { UpRating as UpRatingComponent } from './UpRating';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpRatingComponent;
};
export default _default;
export declare const General: {
    (): JSX.Element;
    decorators: ((General: any) => JSX.Element)[];
};
export declare const DisabledStars: {
    (): JSX.Element;
    decorators: ((DisabledStars: any) => JSX.Element)[];
};
