import { CSSRules } from "@microsoft/fast-jss-manager"; import { DesignSystem } from "../design-system"; export declare const acrylicNoise: string; export declare function applyAcrylicMaterial(backgroundColor: string, opacity: number, fallbackOpacity?: number, topHighlight?: boolean): CSSRules;