export type SelectBtnValue = unknown; export interface SelectBtnItem { text: string; value: string | number; unique?: boolean; }