import type { Vec3 } from '../math'; type $$ComponentProps = { cartesian: Vec3; fractional?: Vec3 | null; }; declare const KCoords: import("svelte").Component<$$ComponentProps, {}, "">; type KCoords = ReturnType; export default KCoords;