import { IconifyLoaderOptions } from "./types.js"; import { Awaitable } from "@antfu/utils"; declare function mergeIconProps(svg: string, collection: string, icon: string, options?: IconifyLoaderOptions, propsProvider?: () => Awaitable>, afterCustomizations?: (props: Record) => void): Promise; declare function getPossibleIconNames(icon: string): string[]; export { getPossibleIconNames, mergeIconProps };