import * as React from 'react'; /** * Horizontal section for editor components. * * @alpha */ export declare const SegmentSection: ({ label, htmlFor, children, fill, }: { label: string; htmlFor?: string; children: React.ReactNode; fill?: boolean; }) => import("react/jsx-runtime").JSX.Element;