import React from 'react';
import { BothubScaleVariant } from './scale';
export interface BothubGlobalStyleProps {
    margin?: string;
    scale?: BothubScaleVariant | null;
}
export declare const BothubGlobalStyle: React.FC<BothubGlobalStyleProps>;
export * from './manager';
export * from './scale';
