import { TypographyProps } from '../base'; export declare const CaptionText: ({ children, className, color, as, italic, underlined, bold, ...rest }: TypographyProps) => import("react").JSX.Element;