export type SearchbarInputAlign = 'start' | 'end' | 'left' | 'right' | 'center' | 'justify' | 'match-parent';
export type SearchbarConfirmType = 'send' | 'search' | 'next' | 'go' | 'done';
export type SearchbarShape = 'round' | 'square';
