import type { ComponentProps } from "react"; import { ListBoxSectionRoot } from "./list-box-section"; export declare const ListBoxSection: ({ children, className, ...props }: import("./list-box-section").ListBoxSectionRootProps) => import("react/jsx-runtime").JSX.Element; export type ListBoxSection = { Props: ComponentProps; }; export { ListBoxSectionRoot }; export type { ListBoxSectionRootProps, ListBoxSectionRootProps as ListBoxSectionProps, } from "./list-box-section"; export { listboxSectionVariants } from "@heroui/styles"; export type { ListBoxSectionVariants } from "@heroui/styles";