export declare namespace ProductDetail {
    type Model = {
        sectionName: string;
        attributeName: string;
        attributeValue: string;
    };
}
