export declare enum DrawerState { Collapse = "collapse", HalfExpand = "half-expand", FullExpand = "full-expand" }