type ConnectWalletDrawerProps = {
    opened: boolean;
    close: () => void;
    adBanners?: string[];
};
export declare const ConnectWalletDrawer: (props: ConnectWalletDrawerProps) => import("react/jsx-runtime").JSX.Element;
export {};
