import { ThemePalette } from '@angular/material/core'; export type PghIndicatorPosition = `${'top' | 'bottom'} ${'start' | 'end'}`; export type PghIndicatorSize = 'small' | 'medium' | 'large'; export type PghIndicatorColor = ThemePalette | 'danger'; export type PghIndicatorPersistData = { persistId: string; persistDays: number; };