import { FC } from 'react';
declare type Props = {
    width?: number;
    height?: number;
};
declare const BlurBackground: FC<Props>;
export default BlurBackground;
//# sourceMappingURL=index.d.ts.map