import { type TagType } from '../store/Types'; import { type SectionElement } from '../store/Section'; import { type SectionElementResult } from '../store/Section'; export declare const Row: { (props: SectionElement): null; displayName: string; }; export interface RowCompProps extends React.HTMLAttributes, SectionElementResult { } export declare const RowComp: { (props: React.PropsWithChildren>): string | number | true | Iterable | import("react/jsx-runtime").JSX.Element; displayName: string; };