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