export declare const SecretTooltip: ({ secret }: {
    secret: string;
}) => import("react/jsx-runtime").JSX.Element | null;
