import type { ViewProps } from 'react-native'; export type A11yLockProps = ViewProps & { componentType?: number; containerKey?: string; lockDisabled?: boolean; }; //# sourceMappingURL=A11yLock.types.d.ts.map