import { Types } from '../../types'; type CompoundActionsProps = Types.NodeProps<'compound-deployment' | 'compound-element'>; export declare const CompoundActions: (props: CompoundActionsProps) => import("react/jsx-runtime").JSX.Element | null; export {};