UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 485 B
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>;