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