import React from "react"; import { type BoxProps } from "./base-box"; export interface SectionProps extends Omit { title?: React.ReactNode; } export declare const Section: React.ForwardRefExoticComponent>;