// import { Theme } from 'native-base'; // import { LayoutTheme } from '@admin-layout/client' // 2. Get the type of the CustomTheme //type CustomThemeType = Theme & LayoutTheme; // 3. Extend the internal NativeBase Theme // declare module 'native-base' { // interface ICustomTheme extends CustomThemeType {} // }