import type { PaywallRootBackgroundModel } from "../../utils/background-utils";
type $$ComponentProps = {
    model: PaywallRootBackgroundModel;
};
declare const ViewportBackdrop: import("svelte").Component<$$ComponentProps, {}, "">;
type ViewportBackdrop = ReturnType<typeof ViewportBackdrop>;
export default ViewportBackdrop;
