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