import type { TransformFactory } from '../types.js';
export interface BlurOptions {
    blur: string;
}
export declare const blur: TransformFactory<BlurOptions>;
