import { GProps } from "./interface";
declare const G: import("styled-components").StyledComponent<"g", import("styled-components").DefaultTheme, GProps, never>;
export default G;
