import { SxProps } from '@mui/material/styles'; interface ConnectMoreAccountsCardProps { drawerType?: 'connectDrawer' | 'connectionsDrawer'; isDashboard?: boolean; hasIcon?: boolean; buttonText?: string; title?: string; titleDrawer?: string; description?: string; sx?: SxProps; } export declare const ConnectMoreAccountsCard: ({ drawerType, isDashboard, hasIcon, buttonText, title, titleDrawer, description, sx, }: ConnectMoreAccountsCardProps) => import("react/jsx-runtime").JSX.Element | null; export {};