import type { IconProps } from '../types.js'; import type { Snippet } from 'svelte'; interface Props extends IconProps { children?: Snippet; } declare const BrandGithubCopilot: import("svelte").Component; type BrandGithubCopilot = ReturnType; export default BrandGithubCopilot;