import React from 'react'; declare type DynamicType = { [key: string]: any; }; export declare const BrandContext: React.Context; declare const BrandDetails: ({ children }: { children: React.ReactNode; }) => JSX.Element; export default BrandDetails;