type Props = { className?: string; }; declare const LogoAsRayWithText: ({ className }: Props) => JSX.Element; export default LogoAsRayWithText;