import React from "react"; export declare const CenteredBox: React.MemoExoticComponent<({ children }: { children?: React.ReactNode; }) => React.JSX.Element>; export declare const HeightlessCenteredBox: React.MemoExoticComponent<({ children }: { children?: React.ReactNode; }) => React.JSX.Element>;