import type { DepositDetails } from "../../../types/deposit-details"; interface CopyableInfoProps { details?: DepositDetails; remainingS: number; totalS: number; } export declare function CopyableInfo({ details, remainingS, totalS }: CopyableInfoProps): import("react/jsx-runtime").JSX.Element; export {};