import React from 'react';
import { ButtonProps } from './ButtonProps';
export declare const BoldButton: React.FunctionComponent<ButtonProps>;
