/// export default function CodeColumn(props: any): JSX.Element; export declare type SaleToolbarProps = { ratio: number; onRefresh: () => void; onShowParent: () => void; onShowChildren: () => void; onChangeRatio: (ratio: number) => void; onExport?: () => void; }; export declare function SaleToolbar({ ratio, onRefresh, onShowParent, onShowChildren, onChangeRatio, onExport, }: SaleToolbarProps): JSX.Element;