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