export type InputSize = 'small' | 'medium' | 'large'; export type InputTheme = 'default' | 'onlight';