export declare function useLicenseKey(key?: string): {
    loading: boolean;
    isValid: boolean;
};
