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