declare const styles: {
    menu(left: boolean): {
        enterCls: string;
        leaveCls: string;
    };
};
export default styles;
