import type { SelectionCardProps } from './SelectionCard.types'; interface SelectionCardActionsProps extends Pick { actions: NonNullable; contextualLabel?: string; } declare const SelectionCardActions: import("react").ForwardRefExoticComponent>; export default SelectionCardActions; //# sourceMappingURL=SelectionCardActions.d.ts.map