export declare enum KeyboardAnimationState {
    Void = "void",
    Visible = "visible",
    Hidden = "hidden"
}
