export interface NoiserFilterProps {
    readonly blur: number;
    readonly saturation: number;
}
