/**
 * @file index.tsx
 *
 * @fileoverview Aligns an element center vertically.
 */
/**
 * Vertically centers any element within its container (flex).
 */
export declare const VerticallyCentered: import("styled-components").StyledComponent<"div", any, any, never>;
export default VerticallyCentered;
