/// /** * The vault plugin. * @public */ export declare const vaultPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{}, {}>; /** * Card used to show the list of Vault secrets. * @public */ export declare const EntityVaultCard: () => import("react").JSX.Element;