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