import React from 'react';
import { type BoxProps } from '../Box/Box';
export declare const FreeUsdcBanner: ({ marginBottom, type, }: Pick<BoxProps, "marginBottom"> & {
    type: "deposit" | "withdrawal";
}) => React.JSX.Element;
