import type { BoxProps } from "@twilio-paste/box"; import type { HTMLPasteProps } from "@twilio-paste/types"; import * as React from "react"; export type SidebarFooterProps = HTMLPasteProps<"div"> & { /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default "SIDEBAR_FOOTER" * @type {BoxProps["element"]} */ element?: BoxProps["element"]; }; export declare const SidebarFooter: React.ForwardRefExoticComponent & { /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default "SIDEBAR_FOOTER" * @type {BoxProps["element"]} */ element?: BoxProps["element"]; } & React.RefAttributes>; //# sourceMappingURL=SidebarFooter.d.ts.map