/// export interface ActionListGroupProps extends React.HTMLProps { /** Children of the action list group */ children?: React.ReactNode; /** Additional classes added to the action list group */ className?: string; /** Flag indicating the action list group contains multiple icons and item padding should be removed */ isIconGroup?: boolean; } export declare const ActionListGroup: React.FunctionComponent; //# sourceMappingURL=ActionListGroup.d.ts.map