/** * The numbers below indicate the amount of blur to apply. Larger numbers will produce * more blur. */ declare const BlurStrength: { LOW: number; MEDIUM: number; HIGH: number; }; export default BlurStrength;