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