import { ButtonHTMLAttributes } from 'react'; import { ButtonProps } from '@mantine/core'; import { ClassAttributes } from 'react'; import { Definer } from '@react-form-builder/core'; export declare const mtButton: Definer & ButtonHTMLAttributes>; export { }