import React from 'react'; import { type BlobV2Config } from 'mythik'; interface BlobLayerProps { config: BlobV2Config; palette: { primary: string; accent: string; }; } export declare function BlobLayer({ config, palette }: BlobLayerProps): React.ReactElement; export {}; //# sourceMappingURL=BlobLayer.d.ts.map