import type { ViewProps } from 'react-native'; import type { Int32 } from 'react-native/Libraries/Types/CodegenTypes'; export interface A11yPaneTitleProps extends ViewProps { title?: string; detachMessage?: string; type: Int32; withFocusRestore?: boolean; } declare const _default: (props: Omit & { ref?: React.Ref; }) => React.ReactNode; export default _default; //# sourceMappingURL=A11yPaneTitleNativeComponent.d.ts.map