/// export declare function DefaultListToolbar({ name, filterName, filters, onNewClick, displayPage, searchSwitch, items, loading, page, nextCursor, goNew, list, switchDefaultValues, handleSwitchChange, listRoute, searchMode, total, }: DefaultListToolbarProps): JSX.Element | null; export declare type DefaultListToolbarProps = BaseListToolbarProps; export interface BaseListToolbarProps { onNewClick?: any; displayPage?: any; searchSwitch?: any; items?: any; loading?: any; page?: any; nextCursor?: any; goNew?: any; list?: any; switchDefaultValues?: any; handleSwitchChange?: any; filters?: any; filterName?: string; listRoute: string; name: string; searchMode: boolean; total?: number; } export default DefaultListToolbar; //# sourceMappingURL=DefaultListToolbar.d.ts.map