import React from 'react';
import type { ButtonProps } from './Button';
export declare const ModalButton: React.FC<Omit<ButtonProps, 'style'>>;
