import { type PresetComponent, type Registry } from '@jscrypto/core'; export declare function allPreset(): PresetComponent<'all'>; export declare function createAllRegistry(): Registry; export declare const allRegistry: Registry; //# sourceMappingURL=all.d.ts.map