import type { IconPathsLoader } from "../iconLoader";
/**
 * A dynamic loader for icon paths that generates separate chunks for the two size variants.
 */
export declare const splitPathsBySizeLoader: IconPathsLoader;
