/** Supporting component to help with grouping chips into collections */ export declare class ChipRowComponent { private _wrap; constructor(); /** If false, constrain the container to one line with overflow ellipses (default=true) */ wrap: boolean; }