import * as React from 'react'; import { ColumnContentAlignment, IAction } from '../../common-types'; interface IListItemActionProps { actions: IAction[]; id?: string; expanded?: boolean; arrowExpansion?: boolean; isFullHeight?: boolean; onExpand?: () => void; alignment?: ColumnContentAlignment; } export declare function ListItemAction(props: IListItemActionProps): React.JSX.Element; export {}; //# sourceMappingURL=ListItemAction.d.ts.map