import { DesignSystemResolver } from "../design-system"; /** * Sets a css value to be '!important'. * @deprecated - use "important" from @microsoft/fast-jss-utilities */ export declare function importantValue(value: string | DesignSystemResolver): DesignSystemResolver;