import type { IToolbarSplitButton } from '@msinternal/sp-toolbar'; import type { ITopActionsFieldCommonProps } from '../topActionsField/topActionsField'; /** * TopActions split props. * * @alpha */ export interface ITopActionsSplitProps extends Pick, Partial>, ITopActionsFieldCommonProps { } //# sourceMappingURL=ITopActionsSplit.d.ts.map