import { IIconStyleProps, IIconStyles } from './Icon.types';
export declare const getStyles: (props: IIconStyleProps) => IIconStyles;
