/** * Defines the available size options for Koobiq components. */ export type KbqDefaultSizes = 'compact' | 'normal' | 'big';