import { CSSProp } from 'styled-components'; import { TTheme } from '../../../types/TTheme'; export declare const LoadingContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { $externalStyle: CSSProp; }>> & string; export declare const LoadingBar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, {} & { $themeType?: import('../../../types').TUiColorsNotTransparent | undefined; $layer?: import('../../../types').TLayer | undefined; } & { theme: TTheme; }>> & string;