/** @public */ export interface StylePanelSubheadingProps { children: React.ReactNode } /** @public @react */ export function StylePanelSubheading({ children }: StylePanelSubheadingProps) { return