import { Color } from '@ionic/core'; /** Configuration for the theme selector icon button in the toolbar. */ export type ThemeSelectorMetadata = { /** Ion color for the button. Default: 'medium'. */ color?: Color; /** Button fill style. Default: 'clear'. */ fill?: string; };