interface Props {
    class?: string;
    size?: number | string;
}
declare const InboxIcon: import("svelte").Component<Props, {}, "">;
type InboxIcon = ReturnType<typeof InboxIcon>;
export default InboxIcon;
//# sourceMappingURL=InboxIcon.svelte.d.ts.map