import type { ThemeIconCssVariables, ThemeIconFactory, ThemeIconProps, ThemeIconStylesNames, ThemeIconVariant } from './ThemeIcon';
export { ThemeIcon } from './ThemeIcon';
export type { ThemeIconProps, ThemeIconStylesNames, ThemeIconFactory, ThemeIconVariant, ThemeIconCssVariables, };
export declare namespace ThemeIcon {
    type Props = ThemeIconProps;
    type StylesNames = ThemeIconStylesNames;
    type Factory = ThemeIconFactory;
    type Variant = ThemeIconVariant;
    type CssVariables = ThemeIconCssVariables;
}
