import * as React from "react"; import type { CredentialRevealProp } from "../../props/components/data-display.prop.js"; export type { CredentialRevealProp, CredentialRevealProp as CredentialRevealProps, CredentialRevealTone, } from "../../props/components/data-display.prop.js"; /** * CredentialReveal — one-time secret surface (device credential / API key / service-account * secret). Masked by default with a show/hide toggle, a copy button that confirms the copy, an * optional download, and an optional acknowledge action to pair with a Dialog. */ export declare const CredentialReveal: React.ForwardRefExoticComponent>;