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