type GetProps = T extends React.ComponentType ? P : never; export declare function withNativeMenu, N extends React.ComponentType, CP = GetProps, NP = GetProps>({ Component, NativeComponent, }: { Component: C; NativeComponent: N; scope?: string; isRoot?: boolean; }): React.FC>>; export {}; //# sourceMappingURL=withNativeMenu.d.ts.map