/// import { StructureProps } from "./system/unions"; export declare type CenterProps = StructureProps; export declare const Center: import("styled-components").StyledComponent<"div", any, import("react").PropsWithChildren, never>;