import { StyledComponent } from "@twilio-paste/core/styling-library"; import type { ThemeShape } from "@twilio-paste/core/theme"; export declare const SidePanelBodyWrapper: StyledComponent<{ theme: ThemeShape; }>;