/// import { type UseLogicParams } from './useLogic'; export type ActionsProps = UseLogicParams; export declare const Actions: (props: ActionsProps) => JSX.Element;