export interface PpButton { type: 'basic' | 'raised' | 'stroked' | 'flat'; label: string; color: 'default' | 'primary' | 'accent' | 'warn'; float?: 'right' | 'left'; }