import { BothubScaleVariant } from './types';
export declare const BothubMainScaleStyle: import("styled-components").RuleSet<object>;
export declare const BothubDashboardScaleStyle: import("styled-components").RuleSet<object>;
export interface BothubScaleGlobalStyleStyledProps {
    $variant: BothubScaleVariant;
}
export declare const BothubScaleGlobalStyleStyled: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & BothubScaleGlobalStyleStyledProps>;
