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