import { CenterAlignedProps } from './types'; export declare const CenterAligned: import("styled-components").StyledComponent<"div", any, CenterAlignedProps, never>; export declare const LoadingBox: import("styled-components").StyledComponent<"div", any, {}, never>;