import { SharedTextProps } from "../textTypes"; declare const CaptionText: { (props: SharedTextProps): JSX.Element; defaultProps: { align: string; tag: string; }; }; export default CaptionText;