export declare type IkasProductBrandTranslation = { description: string | null; locale: string; name: string | null; };