import React from 'react'; interface Props { name: string; component: React.FC; } declare const Action: React.FC; export default Action;