import { NestedCSSProperties } from 'typestyle/lib/types';
import { UpInformationCustomStyles, UpInformationProps } from './types';
export declare const titleStyle: NestedCSSProperties;
export declare const boxWrapperStyle: NestedCSSProperties;
export declare const contentWrapperStyle: NestedCSSProperties;
export declare const contentStyle: {
    color: string;
    fontFamily: string;
    fontSize: string | number;
    fontWeight: number;
    lineHeight: number;
    marginTop: string | number;
};
export declare const buttonStyle: NestedCSSProperties;
export declare const getCustomStyle: (key: keyof UpInformationCustomStyles, props: UpInformationProps) => NestedCSSProperties;
