import { FC, PropsWithChildren } from "react"; export declare type ICenteredProps = PropsWithChildren<{ span?: number; }>; export declare const Centered: FC;