import React from 'react'; import { PropsWithHTMLAttributesAndRef } from '../../../utils/types/PropsWithHTMLAttributes'; type FieldButtonProps = PropsWithHTMLAttributesAndRef<{ children: React.ReactNode; }, HTMLButtonElement>; export declare const FieldButton: React.ForwardRefExoticComponent & React.RefAttributes>; export {};