export interface FingerprintCaptureCountdownOptions {
  enabled?: boolean;
  backgroundColor?: string;
  progressColor?: string;
  textColor?: string;
}
