import type { WP_REST_API_Term } from 'wp-types';
export declare const usePrimaryTerm: (taxonomyName: string) => readonly [WP_REST_API_Term | {
    name: string;
    link: string;
} | null | undefined, boolean];
//# sourceMappingURL=index.d.ts.map