import { Dayjs, FundingAccount } from '@zeniai/client-epic-state'; declare const LowBalancePopup: ({ withdrawFrom, paymentDate, onOkClick, onCancelClick, onClickAway, }: { paymentDate: Dayjs | undefined; withdrawFrom: FundingAccount | undefined; onClickAway: () => void; onOkClick: () => void; onCancelClick?: () => void; }) => import("react/jsx-runtime").JSX.Element | undefined; export default LowBalancePopup; export declare const LowBalancePopUpTitle: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & import('react').ClassAttributes & import('react').HTMLAttributes & { theme?: import('@emotion/react').Theme; }, {}, {}>;