import { CornerPosition } from './ghCorner'; export declare const OctoArm: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").SVGProps, {}>; export declare const Link: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>; export interface WrapperProps { bgColor?: string; position?: CornerPosition; } export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & WrapperProps, import("react").SVGProps, {}>;