/// <reference types="react" />
/// <reference types="@emotion/core" />
import { NestedCSSProperties } from 'typestyle/lib/types';
import { 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: import("react").ReactText;
    fontWeight: number;
    lineHeight: number;
    marginTop: import("react").ReactText;
};
export declare const buttonStyle: NestedCSSProperties;
export declare const getCustomStyle: (key: "button" | "title" | "content" | "informationWrapper" | "contentWrapper", props: UpInformationProps) => NestedCSSProperties;
