import './style.scss'; export function TextBlur( { children }: { children: React.ReactNode } ) { return ( ); }