export type GlFooterInfoProps = { className?: string; email?: string; phoneNumber?: string; }; export declare const GlFooterInfo: import("react").MemoExoticComponent<(props: GlFooterInfoProps) => import("react/jsx-runtime").JSX.Element>;