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