import React, { ReactNode } from "react"; export declare const FullWidthContainer: React.FC<{ children: ReactNode; }>;