export default TitleCheryx2; declare function TitleCheryx2({ text, wrapperStyle }: { text: any; wrapperStyle?: { line: {}; text: {}; wrapper: {}; }; }): React.JSX.Element; import React from 'react';