import { ExchangeAccountProps } from './types';
export declare const ExchangeAccount: {
    ({ platform, title, status, link, data, children, pieChartProps, disabled, onClick, onDelete, }: ExchangeAccountProps): import("@emotion/react/jsx-runtime").JSX.Element;
    Header: ({ children, }: import("./components/ExchangeAccountHeader").ExchangeAccountHeaderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
    Platform: ({ children, ...props }: import("./components/ExchangeAccountPlatform").ExchangeAccountPlatformProps) => import("@emotion/react/jsx-runtime").JSX.Element;
    Title: ({ children, ...props }: import("./components/ExchangeAccountTitle").ExchangeAccountTitleProps) => import("@emotion/react/jsx-runtime").JSX.Element;
    Status: ({ isActive, children, }: import("./components/ExchangeAccountStatus").ExchangeAccountStatusProps) => import("@emotion/react/jsx-runtime").JSX.Element | undefined;
    Content: ({ pieChartProps, ...cardProps }: import("./components/ExchangeAccountContent").ExchangeAccountContentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
};
