import { UpBulleProps } from './types';
import { NestedCSSProperties } from 'typestyle/lib/types';
export declare const AutoSizedComponent: NestedCSSProperties;
export declare const BulleStyle: (props: UpBulleProps) => string;
export declare const IconStyle: string;
export declare const ValueStyle: string;
export declare const MessageStyle: string;
export declare const ChildrenStyle: string;
