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