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