/// declare const atoms: { Alert: ({ type, text, onClose, aliveFor, className, children }: import("./Alert").Props) => JSX.Element; Button: ({ danger, fill, neomorph, icon, iconPosition, loader, loading, onClick, size, rounded, success, disabled, text, type, className, children }: import("./Button").Props) => JSX.Element; Container: ({ vertical, className, children, flow }: import("./Container").Props) => JSX.Element; Card: ({ title, titlePosition, condensed, head, children, className }: import("./Card").Props) => JSX.Element; Icon: ({ icon, className }: import("./Icon").Props) => JSX.Element; Loading: ({ color, size, text, className }: import("./Loading").Props) => JSX.Element; Text: ({ text, type, className, children }: import("./Text").Props) => JSX.Element; Divider: ({ text, spacing, className }: import("./Divider").Props) => JSX.Element; Dropdown: ({ isOpen, stayOpen, onClose, position, children, className }: import("./Dropdown/Dropdown").Props) => JSX.Element; DropdownItem: ({ text, icon, onClick, children, className }: import("./Dropdown/DropdownItem").Props) => JSX.Element; Tooltip: ({ text, position, children, delay, className }: import("./Tooltip").Props) => JSX.Element; Modal: ({ title, isOpen, onClose, onOpened, onClosed, children, footer, className }: import("./Modal").Props) => JSX.Element; Label: ({ text, children, className }: import("./Label").Props) => JSX.Element; Form: ({ children, className }: import("./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("./Input").Props) => JSX.Element; Toggle: ({ value, label, onText, offText, disabled, onChange, onInput, onClick, className }: import("./Toggle").Props) => JSX.Element; Select: ({ label, value, options, optionMap, multiple, disabled, placeholder, required, error, className }: import("./Select").Props) => JSX.Element; Celebrate: ({ className, type, onDestroy }: import("./Celebrate").Props) => JSX.Element; Avatar: ({ image, name, size, className }: import("./Avatar").Props) => JSX.Element; ActionButton: ({ text, icon, color, onClick, url, children, className }: import("./ActionButton").Props) => JSX.Element; Tabs: ({ value, options, onChange, className }: import("./Tabs").Props) => JSX.Element; Checkbox: ({ value, label, disabled, onClick, onChange, onInput, className }: import("./Checkbox").Props) => JSX.Element; Radio: ({ value, label, disabled, onClick, onSelect, className }: import("./Radio").Props) => JSX.Element; QRCode: ({ value, className }: import("./QRCode").Props) => JSX.Element; Code: ({ code, children, lang, className }: import("./Code").Props) => JSX.Element; Table: ({ children, className, seamless, height, pagination }: import("./Table/Table").Props) => JSX.Element; THead: ({ children, className }: import("./Table/THead").Props) => JSX.Element; TBody: ({ children, className }: import("./Table/TBody").Props) => JSX.Element; Tr: ({ onClick, children, className }: import("./Table/Tr").Props) => JSX.Element; Th: ({ align, children, width, className }: import("./Table/Th").Props) => JSX.Element; Td: ({ align, children, className }: import("./Table/Td").Props) => JSX.Element; Tag: ({ text, color, children, className }: import("./Tag").Props) => JSX.Element; Paginate: ({ current, count, onChange, className }: import("./Table/Paginate").Props) => JSX.Element; Trend: ({ type, direction, text, children, className }: import("./Trend").Props) => JSX.Element; ReefAmount: ({ value, className, children }: import("./ReefAmount").Props) => JSX.Element; Slider: ({ value, steps, helpers, stickyHelpers, tooltip, disabled, className, onChange }: import("./Slider").Props) => JSX.Element; }; export default atoms;