import { type IconProps } from "../../../base/index.ts";
declare const NoSymbol: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type NoSymbol = ReturnType<typeof NoSymbol>;
export default NoSymbol;
