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