/**
* Custom hook to get the page type badge for the current post on edit site view.
*
* @param {number|string} postId postId of the current post being edited.
*/exportdefaultfunctionusePageTypeBadge(postId: number | string): string | false;
//# sourceMappingURL=pageTypeBadge.d.ts.map