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