/** * Allows the user to customize the trigger that is displayed when the select has a value. * * @deprecated Please use `TsSelectionListTriggerDirective` */ export declare class TsSelectTriggerComponent { /** * Define the default component ID */ readonly uid: string; /** * Define an ID for the component * * @param value */ set id(value: string); get id(): string; protected _id: string; }