import { type FlexProps } from './flex'; import { type ChildrenProps, type StyleProps, type TransferProps } from './shared'; export interface SpiritActionGroupProps extends FlexProps, ChildrenProps, StyleProps, TransferProps { }