import type React from 'react';
export declare function useLogo(): string | React.ComponentType;
/**
 * Hook useful to know if is Carbonio CE or not
 */
export declare function useIsCarbonioCE(): boolean | undefined;
