import { NestedCSSProperties } from 'typestyle/lib/types';
import { LoadingIndicatorProps } from './types';
import { WithThemeProps } from '../../../Common/theming/withTheme';
export declare const svgStyle: (props: WithThemeProps & LoadingIndicatorProps) => NestedCSSProperties;
export declare const getStyleByMode: (props: WithThemeProps & LoadingIndicatorProps, displayMode: String) => {
    container: Object;
    overlay: Object;
    loadingIndicatorStyle: Object;
};
