import { WithThemeProps } from '../../../Common/theming';
import { NestedCSSProperties } from 'typestyle/lib/types';
import { RatingProps } from './types';
export declare const RatingWrapperStyle: (props: RatingProps & WithThemeProps) => string;
export declare const CommonStartCSS: (props: RatingProps & WithThemeProps) => NestedCSSProperties;
