import { css } from '@emotion/react'; import { spacing } from '@expo/styleguide-base'; import type { PropsWithChildren } from 'react'; import { CALLOUT } from '../Text'; type SidebarTitleProps = PropsWithChildren; export const SidebarTitle = ({ children }: SidebarTitleProps) => (