import { ThemeProps } from '@t3n/theme'; import { ThemeBrandColor, ThemeShadeColor } from '@t3n/theme/src/theme/colors/colors'; declare const NProgressBarGlobalStyle: import("styled-components").GlobalStyleComponent<{ barColor?: ThemeShadeColor | ThemeBrandColor; } & ThemeProps, import("styled-components").DefaultTheme>; export default NProgressBarGlobalStyle;