interface WebCryptoComponentResult { hex: string; } export declare function component(seed: string): Promise; export {};