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