import { ITheme } from '../../Styling';
export interface IFabricClassNames {
    root: string;
}
export declare const getClassNames: (theme: ITheme, className: string, isFocusVisible: boolean) => IFabricClassNames;
