export declare const TransitionTimeOut = 300;
export declare const StyleMap: {
    left: {
        height: string;
        left: number;
        top: number;
    };
    right: {
        height: string;
        right: number;
        top: number;
    };
    top: {
        width: string;
        top: number;
        left: number;
    };
    bottom: {
        width: string;
        bottom: number;
        left: number;
    };
};
