export type NumberOfItemsPerRow = 3 | 4; /** * Feature highlight Group component is used to hold a number of feature highlight * components and manages the responsiveness within it. */ export declare class DatacomFeatureHighlightGroup { itemsPerRow?: NumberOfItemsPerRow; render(): any; } export type HTMLDatacomFeatureHighlightElement = HTMLElement & DatacomFeatureHighlightGroup;