/// import { Props } from "./types"; declare const Actions: ({ ...props }: Props) => JSX.Element; export default Actions;