import type { StrictTheme } from '../../theme'; import type { IconProps, IconStyles } from './types'; export declare const getThemedStyles: (theme: StrictTheme, color?: IconProps['color'], size?: IconProps['size']) => Required;