import React from 'react';
/**
 * Skeleton of a bootstrap button. The `placeholderText` prompt can be used to customise the length to roughly match the existing button
 */
export declare const SkeletonButton: React.FC<{
    placeholderText?: string;
}>;
