/// declare const components: { AccountSelector: ({ isOpen, accounts, selectedAccount, selectedNetwork, onClose, onSelect, onNetworkSelect, className }: import("./organisms/AccountSelector/AccountSelector").Props) => JSX.Element; CopyButton: ({ value, tooltip, notification, onClick, className }: import("./organisms/CopyButton").Props) => JSX.Element; PoolActions: ({ onTabChange, onProvideInput, onWithdrawInput, onTradeInput, onProvide, onWithdraw, onTrade, onSwitchTokens, calcProvide, calcWithdraw, data, tab, className }: import("./organisms/PoolActions/PoolActions").Props) => JSX.Element; Notifications: ({ notifications, onClose }: import("./molecules/Notifications").Props) => JSX.Element; Alert: ({ type, text, onClose, aliveFor, className, children }: import("./atoms/Alert").Props) => JSX.Element; Button: ({ danger, fill, neomorph, icon, iconPosition, loader, loading, onClick, size, rounded, success, disabled, text, type, className, children }: import("./atoms/Button").Props) => JSX.Element; Container: ({ vertical, className, children, flow }: import("./atoms/Container").Props) => JSX.Element; Card: ({ title, titlePosition, condensed, head, children, className }: import("./atoms/Card").Props) => JSX.Element; Icon: ({ icon, className }: import("./atoms/Icon").Props) => JSX.Element; Loading: ({ color, size, text, className }: import("./atoms/Loading").Props) => JSX.Element; Text: ({ text, type, className, children }: import("./atoms/Text").Props) => JSX.Element; Divider: ({ text, spacing, className }: import("./atoms/Divider").Props) => JSX.Element; Dropdown: ({ isOpen, stayOpen, onClose, position, children, className }: import("./atoms/Dropdown/Dropdown").Props) => JSX.Element; DropdownItem: ({ text, icon, onClick, children, className }: import("./atoms/Dropdown/DropdownItem").Props) => JSX.Element; Tooltip: ({ text, position, children, delay, className }: import("./atoms/Tooltip").Props) => JSX.Element; Modal: ({ title, isOpen, onClose, onOpened, onClosed, children, footer, className }: import("./atoms/Modal").Props) => JSX.Element; Label: ({ text, children, className }: import("./atoms/Label").Props) => JSX.Element; Form: ({ children, className }: import("./atoms/Form").Props) => JSX.Element; Input: ({ value, defaultValue, type, label, placeholder, name, error, className, rows, textarea, required, readOnly, disabled, autoComplete, maxLength, min, max, onBlur, onFocus, onInput, onChange, onKeyPress, onKeyDown, onKeyUp }: import("./atoms/Input").Props) => JSX.Element; Toggle: ({ value, label, onText, offText, disabled, onChange, onInput, onClick, className }: import("./atoms/Toggle").Props) => JSX.Element; Select: ({ label, value, options, optionMap, multiple, disabled, placeholder, required, error, className }: import("./atoms/Select").Props) => JSX.Element; Celebrate: ({ className, type, onDestroy }: import("./atoms/Celebrate").Props) => JSX.Element; Avatar: ({ image, name, size, className }: import("./atoms/Avatar").Props) => JSX.Element; ActionButton: ({ text, icon, color, onClick, url, children, className }: import("./atoms/ActionButton").Props) => JSX.Element; Tabs: ({ value, options, onChange, className }: import("./atoms/Tabs").Props) => JSX.Element; Checkbox: ({ value, label, disabled, onClick, onChange, onInput, className }: import("./atoms/Checkbox").Props) => JSX.Element; Radio: ({ value, label, disabled, onClick, onSelect, className }: import("./atoms/Radio").Props) => JSX.Element; QRCode: ({ value, className }: import("./atoms/QRCode").Props) => JSX.Element; Code: ({ code, children, lang, className }: import("./atoms/Code").Props) => JSX.Element; Table: ({ children, className, seamless, height, pagination }: import("./atoms/Table/Table").Props) => JSX.Element; THead: ({ children, className }: import("./atoms/Table/THead").Props) => JSX.Element; TBody: ({ children, className }: import("./atoms/Table/TBody").Props) => JSX.Element; Tr: ({ onClick, children, className }: import("./atoms/Table/Tr").Props) => JSX.Element; Th: ({ align, children, width, className }: import("./atoms/Table/Th").Props) => JSX.Element; Td: ({ align, children, className }: import("./atoms/Table/Td").Props) => JSX.Element; Tag: ({ text, color, children, className }: import("./atoms/Tag").Props) => JSX.Element; Paginate: ({ current, count, onChange, className }: import("./atoms/Table/Paginate").Props) => JSX.Element; Trend: ({ type, direction, text, children, className }: import("./atoms/Trend").Props) => JSX.Element; ReefAmount: ({ value, className, children }: import("./atoms/ReefAmount").Props) => JSX.Element; Slider: ({ value, steps, helpers, stickyHelpers, tooltip, disabled, className, onChange }: import("./atoms/Slider").Props) => JSX.Element; FishAnimation: ({ className }: import("./assets/FishAnimation").Props) => JSX.Element; ReefLogo: ({ className }: import("./assets/ReefLogo").Props) => JSX.Element; ReefTestnetLogo: ({ className }: import("./assets/ReefLogo").Props) => JSX.Element; ReefIcon: ({ className }: import("./assets/ReefIcon").Props) => JSX.Element; Bubbles: ({ amount, delay, className }: import("./assets/Bubbles").Props) => JSX.Element; ReefSign: ({ className }: import("./assets/ReefSign").Props) => JSX.Element; }; export default components;