import { ITheme, IStyle } from '../../Styling';
export interface IFabricStyles {
    root: IStyle;
}
export declare const getStyles: (theme: ITheme) => IFabricStyles;
