/**
 * @file index.tsx
 *
 * @fileoverview Renders a box to better show layout components.
 */
/// <reference types="react" />
export declare const LayoutTestBox: ({ children }: {
    children: any;
}) => JSX.Element;
