import React from 'react'; export type Props = { children: React.ReactNode; }; export declare const FullRow: React.FC;