import type { PropsWithChildren } from 'react' export function Caption({ children }: PropsWithChildren): JSX.Element { return {children} }