/**
 * @deprecated Use `IProcessedStyleSet` from `@uifabric/styling` or `@uifabric/merge-styles` instead.
 */
export declare type IClassNames<T> = {
    [key in keyof T]: string;
};
