/**
 * @file index.tsx
 *
 * @fileoverview Generates a component that displays information on the middle of the page.
 */
/**
 * Generates a component that displays information
 * on the middle of the page.
 */
export declare const CenterBox: import("styled-components").StyledComponent<"div", any, any, never>;
export default CenterBox;
