import type { JSXElementConstructor, PropsWithChildren, ReactElement } from 'react'; import type { IntentProps } from '../../../../../core/slots/Intent/Intent.js'; import type { ChartSeriesActionItemProps } from '../../series-action/components/Item.js'; export declare const CustomActions: ({ actions, }: { actions?: ReactElement, string | JSXElementConstructor>[]; }) => import("react/jsx-runtime.js").JSX.Element; export declare const CustomIntents: ({ intents, }: { intents?: ReactElement, string | JSXElementConstructor>[]; }) => import("react/jsx-runtime.js").JSX.Element;