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