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