import React from 'react';
interface Props {
    children?: JSX.Element;
    hasAnimation?: boolean;
}
declare const ButtonLoading: React.FC<Props>;
export default ButtonLoading;
