export type AccessibilityRoles = | "adjustable" | "alert" | "button" | "checkbox" | "combobox" | "header" | "image" | "imagebutton" | "keyboardkey" | "link" | "menu" | "menubar" | "menuitem" | "none" | "progressbar" | "radio" | "radiogroup" | "scrollbar" | "search" | "spinbutton" | "summary" | "switch" | "tab" | "tablist" | "text" | "timer" | "togglebutton" | "toolbar"; export type MotiProps = | "animate" | "from" | "transition" | "delay" | "state" | "stylePriority" | "onDidAnimate" | "exit" | "exitTransition" | "animateInitialState";