export declare enum DrawerOpenedMethod {
    ByHand = "ByHand",
    ByCommand = "ByCommand"
}
