import { type PropsWithChildren } from 'react'; /** * The actions of the FeatureHighlight. * @internal */ export declare const Actions: { ({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; };