export type ConfigProps = { /** * Whether to enable the CoreML GPU acceleration delegate for iOS, or not. * @default false */ enableCoreMLDelegate?: boolean } | void