import { type IntentProps } from '../../../../core/slots/Intent/Intent.js'; interface ToolbarMenuProps { hasDownloadData: boolean; intents: Array; } /** * The menu component for the `DownloadData` and `Intent` slots. * * @internal */ export declare const DataTableV2ToolbarMenu: (props: ToolbarMenuProps) => import("react/jsx-runtime.js").JSX.Element | undefined; export {};