import React from 'react'; import type { ProButtonProps } from './interface'; declare const ProButton: React.FC; export default ProButton;