/** * Insert elements into the node to preload * platfrom icons. Useful to avoid render blocking / jank when we know we'll be * showing platform icons on the next page. */ export declare function preloadIcons(format?: "sm" | "lg"): void;