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