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