import type { BoxProps } from "@twilio-paste/box"; import type { HTMLPasteProps } from "@twilio-paste/types"; import * as React from "react"; export interface SidebarNavigationDisclosureHeadingWrapperProps extends HTMLPasteProps<"div"> { children: React.ReactNode; /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default "SIDEBAR_NAVIGATION_DISCLOSURE_HEADING_WRAPPER" * @type {BoxProps["element"]} * @memberof SidebarNavigationDisclosureHeadingWrapperProps */ element?: BoxProps["element"]; } export declare const SidebarNavigationDisclosureHeadingWrapper: React.ForwardRefExoticComponent>; //# sourceMappingURL=SidebarNavigationDisclosureHeadingWrapper.d.ts.map