export interface PInputTextConfig { variant?: 'filled' | 'outlined'; [key: string]: unknown; }