import { type BoxProps } from '../../index.js';
declare const Box: import("svelte").Component<BoxProps, {}, "">;
type Box = ReturnType<typeof Box>;
export default Box;
