interface CoStakingAmountItemProps { title: string; amount: string; symbol: string; caption: string; className?: string; } export declare const CoStakingAmountItem: ({ title, amount, symbol, caption, className }: CoStakingAmountItemProps) => import("react/jsx-runtime").JSX.Element; export default CoStakingAmountItem;