import type { ReactNode } from "react"; import { type SecretViewInput } from "./secret-panel.js"; export declare function SecretPanel(props: SecretViewInput): ReactNode;