import type { WithChildren, WithElementRef } from 'bits-ui';
import type { HTMLAttributes } from 'svelte/elements';
declare const Box: import("svelte").Component<WithElementRef<WithChildren<HTMLAttributes<HTMLDivElement>>>, {}, "">;
type Box = ReturnType<typeof Box>;
export default Box;
