import React from 'react'; import type { ActionListItemProps } from './interface'; export type { ActionListItemProps } from './interface'; declare const ActionListItem: React.FC; export default ActionListItem;