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