interface Props { size?: number; [key: string]: any; } declare const IconFileEarmarkMedicalFill: import("svelte").Component; type IconFileEarmarkMedicalFill = ReturnType; export default IconFileEarmarkMedicalFill;