import type { SVGAttributes } from 'svelte/elements';
declare const Octocat: import("svelte").Component<SVGAttributes<EventTarget>, {}, "">;
type Octocat = ReturnType<typeof Octocat>;
export default Octocat;
