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