import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconFlagBannerFoldLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconFlagBannerFoldLight = ReturnType; export default IconFlagBannerFoldLight;