export declare const easing: number[];
export declare const DialogAnimationTimeIn = 0.25;
export declare const DialogAnimationTimeOut = 0.12;
export declare const overlay: string;
export declare const content: string;
export declare const dydxTitle: string;
export declare const titleContainer: string;
/** Content that shouls overflow into topbar */
export declare const topbarOverflowContent: string;
/** Wrapper around DialogTitle to position its variable-opacity background */
export declare const topbarFadeWrapper: string;
/** Absolute-positioned background behind topbar (lets us modulate background opacity without making text/button transparent) */
export declare const topbarFadeBackground: string;
