import { FC } from "react"; export interface ActionProps { name: string; content: string; [key: string]: unknown; } export declare const Action: FC<ActionProps>; //# sourceMappingURL=Action.d.ts.map