import { FC } from 'react';
import { BlurProps } from './types';
declare const BlurWeb: FC<BlurProps>;
export default BlurWeb;
