import { SvgLogoProps } from "./wrapper"; declare const GithubSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element; export { GithubSvg };