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