import React from 'react'; import type { NativeProps } from '@zbanx/mobile-utils'; export interface BrandDetailsProps extends NativeProps { brandId: number; } export type { BrandDetailsItem, ProductLineDetailsItem } from './type'; declare const _default: React.NamedExoticComponent & { BaseDetails: React.NamedExoticComponent; }; export default _default;