import type { BackdropGeometryProps } from './types.js';
declare const BackdropGeometry: import("svelte").Component<BackdropGeometryProps, {}, "ref">;
type BackdropGeometry = ReturnType<typeof BackdropGeometry>;
export default BackdropGeometry;
