import { ITheme } from '../../Styling';
import { IIconStyles } from './Icon.Props';
export declare const getStyles: (theme?: ITheme, customStyles?: IIconStyles | undefined) => IIconStyles;
