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