export declare const Backdrop: { (props: import("./backdrop.shared.js").BackdropProps): import("react").JSX.Element | null; Particles: typeof import("./backdrop-layers.js").Particles; Gradient: typeof import("./backdrop-layers.js").Gradient; Shader: typeof import("./backdrop-layers.js").Shader; Custom: typeof import("./backdrop-layers.js").Custom; }; export type { BackdropProps } from "./backdrop.shared.js"; export { BackdropHost, type BackdropHostProps } from "./backdrop-host.js"; export type { Particle, ParticleSprite, GradientBlob, ParticlesProps, GradientProps, ShaderProps, CustomProps } from "./backdrop-layers.js"; export { backdropClock, type BackdropClock, type Energy } from "./backdrop-clock.js"; export { useGpuBackdrop, refreshBackdropRenderer } from "./skia-runtime.js"; //# sourceMappingURL=backdrop.d.ts.map