/// import { LmButtonProps } from '../../core/form/LmButton'; import { FieldValues, UseFormReturn } from 'react-hook-form'; export type LmButtonRhfProps = LmButtonProps & { onSubmit: (data: T, context: UseFormReturn) => void | Promise; }; export declare function LmSubmitButtonRhf({ onSubmit, ...props }: LmButtonRhfProps): JSX.Element; //# sourceMappingURL=LmSubmitButtonRhf.d.ts.map