import { AnimateConfig, MessageBg, MessageConfig, TextConfig, TextStyle } from '../type'; interface ProgressBarWrapperProps { message: MessageConfig; messageBg: MessageBg; textConfig: TextConfig; animateConfig: AnimateConfig; animat: boolean; arrangement?: string; messageSectionConfig: { message?: MessageBg; textStyle?: TextStyle; show: boolean; }; } export declare const ProgressBarWrapper: import("styled-components").StyledComponent<"div", any, ProgressBarWrapperProps, never>; export {};