import React from 'react';
interface GElementProps {
    type: string;
    children?: React.ReactNode;
}
declare const GElement: ({ type, children }: GElementProps) => import("react/jsx-runtime").JSX.Element;
export default GElement;
//# sourceMappingURL=index.d.ts.map