export interface labelProps { copyText?: string; copySuccessText?: string; label: string; highlightLength?: number; fontSize?: number; color?: string; maxLength?: number; copyable?: boolean; }