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