import React from 'react';
import { SVGProps } from 'react';
declare const SageFullLogo: (props: SVGProps<SVGSVGElement> & {
    textColor?: string;
}) => React.ReactNode;
export default SageFullLogo;
//# sourceMappingURL=SageFullLogo.d.ts.map