export declare enum DrawerVariantType {
    DEFAULT = "DEFAULT",
    TESTING_NO_ANIMATION = "TESTING_NO_ANIMATION"
}
