import { UpNotificationProps } from './types'; import { NestedCSSProperties } from 'typestyle/lib/types'; import { WithThemeProps } from '../../../Common/theming/withTheme'; export declare const colors: (props: UpNotificationProps & WithThemeProps) => NestedCSSProperties; export declare const icon: (props: UpNotificationProps & WithThemeProps) => NestedCSSProperties; export declare const text: (props: any) => NestedCSSProperties; export declare const progressBar: (props: any) => NestedCSSProperties; export declare const getStyles: (props: UpNotificationProps) => string;