/**
 * A helper for initialising the provided set of Neon icons with the
 * <a href="/utils/NeonIconRegistry">NeonIconRegistry</a>.
 */
export declare class RegisterIcons {
    /**
     * Register all Neon default icons in the NeonIconRegistry. Call this in an app's <em>main.ts</em> to use Neon's
     * provided icons.
     */
    static register(): void;
}
