import React from 'react'; import type { ActionsProps, Action } from './type'; declare const Actions: React.FC; export { Actions }; export type { ActionsProps, Action }; export default Actions;