import React from 'react';
import { BothubScaleVariant } from './types';
export interface BothubScaleGlobalStyleProps {
variant: BothubScaleVariant;
}
export declare const BothubScaleGlobalStyle: React.FC<BothubScaleGlobalStyleProps>;
export * from './types';
export * from './styled';