import { NativeTheme } from '../../shared/types/base-theme-types';
export interface BaseNativeTheme {
    theme?: NativeTheme;
}
