import type { WebIconBaseComponentProps, WebIconBaseComponentType, WebIconBaseProps, WebIconComponentProps, WebIconComponentType, WebIconContentBaseProps, WebIconContentRefType, WebIconRefType, WebIconsetBaseComponentType, WebIconVariantsMapType } from './types'; export * from '../common/createIconsetFactory'; export * from '../common/types'; export { createWebFamily as createFamily } from './createWebFamily'; export { createWebIcon as createIconComponent } from './createWebIcon'; export { createWebIconset as createIconset } from './createWebIconset'; export { createWebVariantsMap as createVariantsMap } from './createWebVariantsMap'; export { WebIconContent as IconContent } from './WebIconContent'; export type IconBaseComponentProps = WebIconBaseComponentProps; export type IconBaseComponentType = WebIconBaseComponentType; export type IconsetBaseComponentType = WebIconsetBaseComponentType; export type IconVariantsMapType = WebIconVariantsMapType; export type IconComponentProps = WebIconComponentProps; export type IconComponentType = WebIconComponentType; export type IconBaseProps = WebIconBaseProps; export type IconRefType = WebIconRefType; export type IconContentBaseProps = WebIconContentBaseProps; export type IconContentRefType = WebIconContentRefType; export declare const Icon: WebIconComponentType; export default Icon;