import { type PropsWithChildren } from 'react'; /** * The actions of the FeatureHighlight. * @internal */ export declare const Actions: { ({ children }: PropsWithChildren): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=Actions.d.ts.map