import React from "react";
export declare function DuskToRune({ args }: {
    args: string[];
}): React.JSX.Element;
