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