import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const RadialRaysIcon: import("svelte").Component<Props, {}, "">;
type RadialRaysIcon = ReturnType<typeof RadialRaysIcon>;
export default RadialRaysIcon;
