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