import React from 'react';
export interface PendingActionsProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const PendingActions: React.FC<PendingActionsProps>;
//# sourceMappingURL=PendingActions.web.d.ts.map