import { default as React } from 'react'; import { Cell } from '../../../core'; export declare const getLucideIcon: (title: string) => "Undo" | "Redo" | "Underline" | "Border" | "Filter" | "Link" | "Search" | "" | "Percent" | "Ethereum" | "ChevronDown" | "PaintRoller" | "Bold" | "Italic" | "Strikethrough" | "AlignLeft" | "AlignCenter" | "AlignRight" | "ArrowUpFromLine" | "AlignVerticalMiddle" | "ArrowDownToLine" | "TextOverflow" | "WrapText" | "TextClip" | "Baseline" | "PaintBucket" | "MergeHorizontal" | "DollarSign" | "DecimalsArrowLeft" | "DecimalsArrowRight" | "PaintbrushVertical" | "ArrowDownUp" | "MessageSquarePlus" | "Image" | "Sigma" | "ShieldCheck" | "DuneChart" | "Ellipsis"; export declare const CurrencySelector: ({ cell, defaultTextFormat, toolTipText, }: { cell: Cell | null | undefined; defaultTextFormat: string; toolTipText: string; }) => import("react/jsx-runtime").JSX.Element; declare const Toolbar: React.FC<{ setMoreItems: React.Dispatch>; moreItemsOpen: boolean; onMoreToolbarItemsClose?: () => void; moreToolbarItems?: React.ReactNode; }>; export default Toolbar;