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