export interface FingerprintTextOptions {
  enabled?: boolean;
  content?: string;
  textColor?: string;
  textSize?: number;
}
